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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 彫?邑?紋^ | 100100101010010000111111100101110101011100111111100101101110010001011110 | 92a43f97573f96e45e |
EUC-JP | 彫?邑?紋^ | 110001001010011000111111110011011011100000111111110011001110011001011110 | c4a63fcdb83fcce65e |
UTF-8 | 彫렋邑띌紋^ | 11100101101111011010101111101011101000001000101111101001100000101001000111101011100111011000110011100111101101001000101101011110 | e5bdabeba08be98291eb9d8ce7b48b5e |
UHC | 彫렋邑띌紋^ | 1111000011000001100011101010001011101011111010011011011011101001110110101010001101011110 | f0c18ea2ebe9b6e9daa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)