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 | ??T??Z | 001111110011111101010100001111110011111101011010 | 3f3f543f3f5a |
SJIS-WIN | ?讓T?讓Z | 0011111111100110101010000101010000111111111001101010100001011010 | 3fe6a8543fe6a85a |
EUC-JP | 嶴讓T嶴讓Z | 100011111011101111110011111011001010101001010100100011111011101111110011111011001010101001011010 | 8fbbf3ecaa548fbbf3ecaa5a |
UTF-8 | 嶴讓T嶴讓Z | 1110010110110110101101001110100010101110100100110101010011100101101101101011010011101000101011101001001101011010 | e5b6b4e8ae9354e5b6b4e8ae935a |
UHC | ?讓T?讓Z | 0011111111100101110100110101010000111111111001011101001101011010 | 3fe5d3543fe5d35a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)