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 | 蝪球左 | 111001011010000110001011100001011000110110110110 | e5a18b858db6 |
EUC-JP | 蝪球左 | 111010101010001110110101111001011011101010111000 | eaa3b5e5bab8 |
UTF-8 | 蝪球左 | 111010001001110110101010111001111001000010000011111001011011011110100110 | e89daae79083e5b7a6 |
UHC | ?球左 | 0011111111001111101110011111000110100111 | 3fcfb9f1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)