To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耶??韋?? | 1001011011101011001111110011111111101000111010000011111100111111 | 96eb3f3fe8e83f3f |
EUC-JP | 耶??韋?? | 1100110011101101001111110011111111110000111010100011111100111111 | cced3f3ff0ea3f3f |
UTF-8 | 耶쇰쉰韋앭쪊 | 111010001000000010110110111011001000011110110000111011001000100110110000111010011001111110001011111011001001010110101101111011001010101010001010 | e880b6ec87b0ec89b0e99f8bec95adecaa8a |
UHC | 耶쇰쉰韋앭쪊 | 111001011010110110111100111010111011110110101110111010101101111110011101111001011010010110000100 | e5adbcebbdaeeadf9de5a584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)