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 | 蒻у9 | 111001001110100010000100100001011000001001011000 | e4e884858258 |
EUC-JP | 蒻у9 | 111010001110101010100111111001011010001110111001 | e8eaa7e5a3b9 |
UTF-8 | 蒻у9 | 1110100010010010101110111101000110000011111011111011110010011001 | e892bbd183efbc99 |
UHC | 蒻у9 | 111001011011011010101100111001011010001110111001 | e5b6ace5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)