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 | «À«Ó¡¯ | 1000111110101011110000001000111110101011110100111010000110101111 | 8fabc08fabd3a1af |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??À??Ó¡¯ | 00111111001111111000111110101010101000100011111100111111100011111010101011010001100011111010001011000010100011111010001010110100 | 3f3f8faaa23f3f8faad18fa2c28fa2b4 |
UTF-8 | «À«Ó¡¯ | 11000010100011111100001010101011110000111000000011000010100011111100001010101011110000111001001111000010101000011100001010101111 | c28fc2abc380c28fc2abc393c2a1c2af |
UHC | ??????¡? | 001111110011111100111111001111110011111100111111101000101010111000111111 | 3f3f3f3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)