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 | ???殺 | 0011111100111111001111111000111001000101 | 3f3f3f8e45 |
EUC-JP | ???殺 | 0011111100111111001111111011101110100110 | 3f3f3fbba6 |
UTF-8 | 채짚짊殺 | 111011001011000110000100111011001010011110011010111011001010011110001010111001101010111010111010 | ecb184eca79aeca78ae6aeba |
UHC | 채짚짊殺 | 1100001110100100110000101010010011000001111110111101111110101111 | c3a4c2a4c1fbdfaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)