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 | 囹띄뿲囹띄뿼^ | 11101111101001101010100111101011100111011000010011101011101111111011001011101111101001101010100111101011100111011000010011101011101111111011110001011110 | efa6a9eb9d84ebbfb2efa6a9eb9d84ebbfbc5e |
UHC | 囹띄뿲囹띄뿼^ | 11100111101010101011011011100111100101111011001011100111101010101011011011100111100101111011110001011110 | e7aab6e797b2e7aab6e797bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)