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 | 湜疾焄 | 111110110100011110001110101111101111101101010100 | fb478ebefb54 |
EUC-JP | 湜疾焄 | 1000111111000111111111001011110011000000100011111100100111100011 | 8fc7fcbcc08fc9e3 |
UTF-8 | 湜疾焄 | 111001101011100110011100111001111001011010111110111001111000010010000100 | e6b99ce796bee78484 |
UHC | 湜疾焄 | 111000111101011111110010111100001111110110110110 | e3d7f2f0fdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)