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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鉋楢嵩B | 11100111111011101001001111101000100100001001001101000010 | e7ee93e8909342 |
EUC-JP | 鉋楢嵩B | 11101110111100001100011011101010101111111111001101000010 | eef0c6eabff342 |
UTF-8 | 鉋楢嵩B | 11101001100010011000101111100110101001011010001011100101101101011010100101000010 | e9898be6a5a2e5b5a942 |
UHC | ?楢嵩B | 001111111110101011111001111000111010000101000010 | 3feaf9e3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)