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 | 1001110010101100001111110011111101000010 | 9cac3f3f42 |
EUC-JP | 悽??B | 1101100010101110001111110011111101000010 | d8ae3f3f42 |
UTF-8 | 悽렢렍B | 11100110100000101011110111101011101000001010001011101011101000001000110101000010 | e682bdeba0a2eba08d42 |
UHC | 悽렢렍B | 11110100101001001000111010110011100011101010001101000010 | f4a48eb38ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)