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 | ÈûZ | 100011101000100110010100110010001111101101011010 | 8e8994c8fb5a |
SJIS-WIN | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
EUC-JP | ???ÈûZ | 00111111001111110011111110001111101010101011001010001111101010111110010101011010 | 3f3f3f8faab28fabe55a |
UTF-8 | ÈûZ | 1100001010001110110000101000100111000010100101001100001110001000110000111011101101011010 | c28ec289c294c388c3bb5a |
UHC | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)