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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 尺洄尺汯^ | 100011101101101011111010111110101000111011011010111110101111100001011110 | 8edafafa8edafaf85e |
EUC-JP | 尺洄尺汯^ | 1011110011011100100011111100011110101011101111001101110010001111110001101110001101011110 | bcdc8fc7abbcdc8fc6e35e |
UTF-8 | 尺洄尺汯^ | 11100101101100001011101011100110101101001000010011100101101100001011101011100110101100011010111101011110 | e5b0bae6b484e5b0bae6b1af5e |
UHC | 尺?尺?^ | 11110100101010010011111111110100101010010011111101011110 | f4a93ff4a93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)