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 | å³ì | 1110010110010010101100111110110010001111 | e592b3ec8f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | å??ì? | 100011111010101110101001001111110011111110001111101010111100000000111111 | 8faba93f3f8fabc03f |
UTF-8 | å³ì | 11000011101001011100001010010010110000101011001111000011101011001100001010001111 | c3a5c292c2b3c3acc28f |
UHC | ??³?? | 001111110011111110101001111110000011111100111111 | 3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)