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 | 牆?諾 | 1110000010101101001111111001000111111000 | e0ad3f91f8 |
EUC-JP | 牆?諾 | 1110000010101111001111111100001011111010 | e0af3fc2fa |
UTF-8 | 牆쇤諾 | 111001111000100110000110111011001000011110100100111010001010101110111110 | e78986ec87a4e8abbe |
UHC | 牆쇤諾 | 111011011110110110111100111010011101000111100111 | ededbce9d1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)