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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蚓?n^ | 111001010110110100111111100000101000111001011110 | e56d3f828e5e |
EUC-JP | 蚓?n^ | 111010011100111000111111101000111110111001011110 | e9ce3fa3ee5e |
UTF-8 | 蚓쇤n^ | 11101000100110101001001111101100100001111010010011101111101111011000111001011110 | e89a93ec87a4efbd8e5e |
UHC | 蚓쇤n^ | 11101100111000101011110011101001101000111110111001011110 | ece2bce9a3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)