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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | 辰但h辰但h | 10010010010000111001001001000001011010001001001001000011100100100100000101101000 | 92439241689243924168 |
EUC-JP | 辰但h辰但h | 11000011101001001100001110100010011010001100001110100100110000111010001001101000 | c3a4c3a268c3a4c3a268 |
UTF-8 | 辰但h辰但h | 1110100010111110101100001110010010111101100001100110100011101000101111101011000011100100101111011000011001101000 | e8beb0e4bd8668e8beb0e4bd8668 |
UHC | 辰但h辰但h | 11110010111000111101001110100011011010001111001011100011110100111010001101101000 | f2e3d3a368f2e3d3a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)