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 | «Àý«àû | 1000111110101011110000001111110110001111101010111110000011111011 | 8fabc0fd8fabe0fb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??Àý??àû | 00111111001111111000111110101010101000101000111110101011111100100011111100111111100011111010101110100010100011111010101111100101 | 3f3f8faaa28fabf23f3f8faba28fabe5 |
UTF-8 | «Àý«àû | 11000010100011111100001010101011110000111000000011000011101111011100001010001111110000101010101111000011101000001100001110111011 | c28fc2abc380c3bdc28fc2abc3a0c3bb |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)