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 | ¸äU | 100111111011100010000001111001001000011101010101 | 9fb881e48755 |
SJIS-WIN | ?????U | 001111110011111100111111001111110011111101010101 | 3f3f3f3f3f55 |
EUC-JP | ?¸?ä?U | 00111111100011111010001010110001001111111000111110101011101000110011111101010101 | 3f8fa2b13f8faba33f55 |
UTF-8 | ¸äU | 1100001010011111110000101011100011000010100000011100001110100100110000101000011101010101 | c29fc2b8c281c3a4c28755 |
UHC | ?¸???U | 00111111101000101010110000111111001111110011111101010101 | 3fa2ac3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)