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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓮ョ/? | 11100001010001001000001110000111100000010101111000111111 | e1448387815e3f |
EUC-JP | 瓮ョ/? | 11100001101001011010010111100111101000011011111100111111 | e1a5a5e7a1bf3f |
UTF-8 | 瓮ョ/黎 | 111001111001001110101110111000111000001110100111111011111011110010001111111011111010011010001001 | e793aee383a7efbc8fefa689 |
UHC | 瓮ョ/黎 | 1110100010110111101010111110011110100011101011111110011010110001 | e8b7abe7a3afe6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)