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 | å³µç½èæ | 1110010110110011101101011110011110010010101111011110100011100110 | e5b3b5e792bde8e6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ç??èæ | 10001111101010111010100100111111001111111000111110101011101011100011111100111111100011111010101110110010100011111010100111000001 | 8faba93f3f8fabae3f3f8fabb28fa9c1 |
UTF-8 | å³µç½èæ | 11000011101001011100001010110011110000101011010111000011101001111100001010010010110000101011110111000011101010001100001110100110 | c3a5c2b3c2b5c3a7c292c2bdc3a8c3a6 |
UHC | ?³???½?æ | 0011111110101001111110000011111100111111001111111010100011110110001111111010100110100001 | 3fa9f83f3f3fa8f63fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)