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 | 顋墓凵蓁秘 | 11101000111110011001010111100110100110011000000111100100111010111001010011101001 | e8f995e69981e4eb94e9 |
EUC-JP | 顋墓凵蓁秘 | 11110000111110111100101011101000110100011110000111101000111011011100100011101011 | f0fbcae8d1e1e8edc8eb |
UTF-8 | 顋墓凵蓁秘 | 111010011010000110001011111001011010001010010011111001011000011110110101111010001001001110000001111001111010011110011000 | e9a18be5a293e587b5e89381e7a798 |
UHC | ?墓??秘 | 00111111110110011101011100111111001111111101110111111010 | 3fd9d73f3fddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)