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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 紆縟 | 11100010111111001110001101110100 | e2fce374 |
EUC-JP | 紆縟 | 11100100111111101110010111010101 | e4fee5d5 |
UTF-8 | 紆縟 | 111001111011010010000110111001111011100010011111 | e7b486e7b89f |
UHC | 紆縟 | 11101001111000011110100110110010 | e9e1e9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)