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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銜ソ蟠守 | 11100111111100001011111111100101101101001000111011100111 | e7f0bfe5b48ee7 |
EUC-JP | 銜ソ蟠守 | 1110111011110010100011101011111111101010101101101011110011101001 | eef28ebfeab6bce9 |
UTF-8 | 銜ソ蟠守 | 111010011000101010011100111011111011110110111111111010001001111110100000111001011010111010001000 | e98a9cefbdbfe89fa0e5ae88 |
UHC | 銜?蟠守 | 11111001111001110011111111011010111101101110000111111010 | f9e73fdaf6e1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)