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 | 諱I諱 | 111001101000000110000010011010001110011010000001 | e6818268e681 |
EUC-JP | 諱I諱 | 111010111110000110100011110010011110101111100001 | ebe1a3c9ebe1 |
UTF-8 | 諱I諱 | 111010001010101110110001111011111011110010101001111010001010101110110001 | e8abb1efbca9e8abb1 |
UHC | 諱I諱 | 111111011100100110100011110010011111110111001001 | fdc9a3c9fdc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)