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 | 營??暎 | 100110100111101000111111001111111001110111110011 | 9a7a3f3f9df3 |
EUC-JP | 營??暎 | 110100111101101100111111001111111101101011110101 | d3db3f3fdaf5 |
UTF-8 | 營먫괭暎 | 111001111000011110011111111010111010100010101011111010101011010010101101111001101001101010001110 | e7879feba8abeab4ade69a8e |
UHC | 營먫괭暎 | 1110011110111101100100001110100010110001101010101110011110110010 | e7bd90e8b1aae7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)