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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醍?祭斑? | 1001000111100111001111111000110111010101100101001100000100111111 | 91e73f8dd594c13f |
EUC-JP | 醍?祭斑? | 1100001011101001001111111011101011010111110010001100001100111111 | c2e93fbad7c8c33f |
UTF-8 | 醍렮祭斑렯 | 111010011000011010001101111010111010000010101110111001111010010110101101111001101001011010010001111010111010000010101111 | e9868deba0aee7a5ade69691eba0af |
UHC | 醍렮祭斑렯 | 11110000101101011000111010111011111100001010111011011010111010001000111010111100 | f0b58ebbf0aedae88ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)