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 | ììì | 1110110010011111100010001110110010001100100101001110110010011111 | ec9f88ec8c94ec9f |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ì??ì??ì? | 1000111110101011110000000011111100111111100011111010101111000000001111110011111110001111101010111100000000111111 | 8fabc03f3f8fabc03f3f8fabc03f |
UTF-8 | ììì | 11000011101011001100001010011111110000101000100011000011101011001100001010001100110000101001010011000011101011001100001010011111 | c3acc29fc288c3acc28cc294c3acc29f |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)