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 | 瓮?瓮途^ | 1110000101000100001111111110000101000100100100110111001001011110 | e1443fe14493725e |
EUC-JP | 瓮?瓮途^ | 1110000110100101001111111110000110100101110001011101001101011110 | e1a53fe1a5c5d35e |
UTF-8 | 瓮쭹瓮途^ | 11100111100100111010111011101100101011011011100111100111100100111010111011101001100000001001010001011110 | e793aeecadb9e793aee980945e |
UHC | 瓮쭹瓮途^ | 111010001011011111000010111001111110100010110111110101001011001001011110 | e8b7c2e7e8b7d4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)