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 | テ暗彦 | 1100001110001000110000111001010101000110 | c388c39546 |
EUC-JP | テ暗彦 | 100011101100001110110000110001011100100110100111 | 8ec3b0c5c9a7 |
UTF-8 | テ暗彦 | 111011111011111010000011111001101001101010010111111001011011110110100110 | efbe83e69a97e5bda6 |
UHC | ?暗彦 | 0011111111100100110111101110010111101001 | 3fe4dee5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)