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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邯」蝎ィ郢 | 1110011110110110101000111110010110011001101010001110011110111001 | e7b6a3e599a8e7b9 |
EUC-JP | 邯」蝎ィ郢 | 11101110101110001000111010100011111010011111100110001110101010001110111010111011 | eeb88ea3e9f98ea8eebb |
UTF-8 | 邯」蝎ィ郢 | 111010011000001010101111111011111011110110100011111010001001110110001110111011111011110110101000111010011000001110100010 | e982afefbda3e89d8eefbda8e983a2 |
UHC | 邯?蝎?? | 11001010111110110011111111001010111010010011111100111111 | cafb3fcae93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)