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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 濾썬룗栒똦濾썬 | 111011111010011010000100111011001000110110101100111010111010001110010111111001101010000010010010111010111001100010100110111011111010011010000100111011001000110110101100 | efa684ec8daceba397e6a092eb98a6efa684ec8dac |
UHC | 濾썬룗栒똦濾썬 | 1110011010100100101111011110001110001111100100111110001011100011100011000110100011100110101001001011110111100011 | e6a4bde38f93e2e38c68e6a4bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)