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 | 癸カ螟。 | 111000011010000110110110111001011010010010100001 | e1a1b6e5a4a1 |
EUC-JP | 癸カ螟。 | 1110001010100011100011101011011011101010101001101000111010100001 | e2a38eb6eaa68ea1 |
UTF-8 | 癸カ螟。 | 111001111001100110111000111011111011110110110110111010001001111010011111111011111011110110100001 | e799b8efbdb6e89e9fefbda1 |
UHC | 癸?螟? | 110011011010010000111111110110011010110100111111 | cda43fd9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)