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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 閭ア閼」B | 11101000100000111011000111101000100001001010001101000010 | e883b1e884a342 |
EUC-JP | 閭ア閼」B | 111011111110001110001110101100011110111111100100100011101010001101000010 | efe38eb1efe48ea342 |
UTF-8 | 閭ア閼」B | 11101001100101101010110111101111101111011011000111101001100101101011110011101111101111011010001101000010 | e996adefbdb1e996bcefbda342 |
UHC | 閭?閼?B | 11010101111011110011111111100100110110010011111101000010 | d5ef3fe4d93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)