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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | 垠稟B冂 | 10011010101101011110001001100111010000101001100101100011 | 9ab5e267429963 |
EUC-JP | 垠稟B冂 | 11010100101101111110001111001000010000101101000111000100 | d4b7e3c842d1c4 |
UTF-8 | 垠稟B冂 | 11100101100111101010000011100111101010001001111101000010111001011000011010000010 | e59ea0e7a89f42e58682 |
UHC | 垠稟B? | 111010111101100111111001101000100100001000111111 | ebd9f9a2423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)