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 | ¢®?? | 10100010101011100011111100111111 | a2ae3f3f |
SJIS-WIN | ¢?$蹉 | 10000001100100010011111110000001100100001110011101000001 | 81913f8190e741 |
EUC-JP | ¢®$蹉 | 101000011111000110001111101000101110111010100001111100001110110110100010 | a1f18fa2eea1f0eda2 |
UTF-8 | ¢®$蹉 | 11000010101000101100001010101110111011111011110010000100111010001011100110001001 | c2a2c2aeefbc84e8b989 |
UHC | ?®$蹉 | 00111111101000101110011110100011101001001111001110110010 | 3fa2e7a3a4f3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)