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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 鍊뽫춦鍊뽫뒧^ | 11101111101001101001101111101011101111011010101111101100101101101010011011101111101001101001101111101011101111011010101111101011100100101010011101011110 | efa69bebbdabecb6a6efa69bebbdabeb92a75e |
UHC | 鍊뽫춦鍊뽫뒧^ | 11100110111010001001011011100111101011011000010111100110111010001001011011100111100010101010001001011110 | e6e896e7ad85e6e896e78aa25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)