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 | éµÑå® | 1110100110001100101101011101000110001001111001011010111010011011 | e98cb5d189e5ae9b |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??Ñ?å®? | 10001111101010111011000100111111001111111000111110101010110100000011111110001111101010111010100110001111101000101110111000111111 | 8fabb13f3f8faad03f8faba98fa2ee3f |
UTF-8 | éµÑå® | 11000011101010011100001010001100110000101011010111000011100100011100001010001001110000111010010111000010101011101100001010011011 | c3a9c28cc2b5c391c289c3a5c2aec29b |
UHC | ??????®? | 001111110011111100111111001111110011111100111111101000101110011100111111 | 3f3f3f3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)