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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第???輛 | 10010001111001100011111100111111001111111110011101110000 | 91e63f3f3fe770 |
EUC-JP | 第???輛 | 11000010111010000011111100111111001111111110110111010001 | c2e83f3f3fedd1 |
UTF-8 | 第렗卽띄輛 | 111001111010110010101100111010111010000010010111111001011000110110111101111010111001110110000100111010001011110010011011 | e7acaceba097e58dbdeb9d84e8bc9b |
UHC | 第렗卽띄輛 | 11110000101011111000111010101100111100011110110110110110111001111101010111100000 | f0af8eacf1edb6e7d5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)