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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈐疾鴉室 | 1111101111000010100011101011111011101001111010111000111010111010 | fbc28ebee9eb8eba |
EUC-JP | 鈐疾鴉室 | 100011111110001111000001101111001100000011110010111011011011110010111100 | 8fe3c1bcc0f2edbcbc |
UTF-8 | 鈐疾鴉室 | 111010011000100010010000111001111001011010111110111010011011010010001001111001011010111010100100 | e98890e796bee9b489e5aea4 |
UHC | 鈐疾鴉室 | 1100110010100010111100101111000011100100101111001110001111111000 | cca2f2f0e4bce3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)