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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 該喇弁 | 100010100101100110011010011010001001010111011001 | 8a599a6895d9 |
EUC-JP | 該喇弁 | 101100111011101011010011110010011100101011011011 | b3bad3c9cadb |
UTF-8 | 該喇弁 | 111010001010100110110010111001011001011010000111111001011011110010000001 | e8a9b2e59687e5bc81 |
UHC | 該喇弁 | 111110101011000111010100111110101101110010100111 | fab1d4fadca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)