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 | ???私 | 0011111100111111001111111000111010000100 | 3f3f3f8e84 |
EUC-JP | ???私 | 0011111100111111001111111011101111100100 | 3f3f3fbbe4 |
UTF-8 | 藺잦렫私 | 111011111010011110110000111011001001111010100110111010111010000010101011111001111010011110000001 | efa7b0ec9ea6eba0abe7a781 |
UHC | 藺잦렫私 | 1110110011100001110000001110011010001110101110011101111011100111 | ece1c0e68eb9dee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)