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 | ??E??Z | 001111110011111101000101001111110011111101011010 | 3f3f453f3f5a |
SJIS-WIN | ?}E?}Z | 0011111110000001011100000100010100111111100000010111000001011010 | 3f8170453f81705a |
EUC-JP | ?}E?}Z | 0011111110100001110100010100010100111111101000011101000101011010 | 3fa1d1453fa1d15a |
UTF-8 | 룵}E룵}Z | 1110101110100011101101011110111110111101100111010100010111101011101000111011010111101111101111011001110101011010 | eba3b5efbd9d45eba3b5efbd9d5a |
UHC | 룵}E룵}Z | 10001111101010101010001111111101010001011000111110101010101000111111110101011010 | 8faaa3fd458faaa3fd5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)