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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤??嚥?? | 1110101010100010001111110011111110011010100010110011111100111111 | eaa23f3f9a8b3f3f |
EUC-JP | 瑤??嚥?? | 1111010010100100001111110011111111010011111010110011111100111111 | f4a43f3fd3eb3f3f |
UTF-8 | 瑤껂벤嚥ㅸ콖 | 111001111001000110100100111010101011101110000010111010111011001010100100111001011001101010100101111000111000010110111000111011001011110110010110 | e791a4eabb82ebb2a4e59aa5e385b8ecbd96 |
UHC | 瑤껂벤嚥ㅸ콖 | 111010001111110110000011111001001011101010100101111001101011111110100100111010001011000110010000 | e8fd83e4baa5e6bfa4e8b190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)