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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜀礼∫ | 111001011000011010010111111001111000000111100111 | e58697e781e7 |
EUC-JP | 蜀礼∫ | 111010011110011011001110111010011010001011101001 | e9e6cee9a2e9 |
UTF-8 | 蜀礼∫ | 111010001001110010000000111001111010010010111100111000101000100010101011 | e89c80e7a4bce288ab |
UHC | 蜀?∫ | 1111010110111001001111111010000111110010 | f5b93fa1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)