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 | ???彦 | 0011111100111111001111111001010101000110 | 3f3f3f9546 |
EUC-JP | 倻??彦 | 10001111101100011111011000111111001111111100100110100111 | 8fb1f63f3fc9a7 |
UTF-8 | 倻뽮낵彦 | 111001011000000010111011111010111011110110101110111010111000001010110101111001011011110110100110 | e580bbebbdaeeb82b5e5bda6 |
UHC | 倻뽮낵彦 | 1110010110100110100101101110101010110011101111001110010111101001 | e5a696eab3bce5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)