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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝣危狽寬ケ | 111001011010000010001010111010111001010010000010111110101010101010111001 | e5a08aeb9482faaab9 |
EUC-JP | 蝣危狽?ケ | 111010101010001010110100111011011100011111100010001111111000111010111001 | eaa2b4edc7e23f8eb9 |
UTF-8 | 蝣危狽寬ケ | 111010001001110110100011111001011000110110110001111001111000101110111101111001011010111110101100111011111011110110111001 | e89da3e58db1e78bbde5afacefbdb9 |
UHC | ?危狽寬? | 0011111111101010110010111111100010101100110011101011000000111111 | 3feacbf8acceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)