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 | 讌轟Б苣 | 1110011010100101100011011000110010000100010000011110010010010000 | e6a58d8c8441e490 |
EUC-JP | 讌轟Б苣 | 1110110010100111101110011110110010100111101000101110011111110000 | eca7b9eca7a2e7f0 |
UTF-8 | 讌轟Б苣 | 1110100010101110100011001110100010111101100111111101000010010001111010001000101110100011 | e8ae8ce8bd9fd091e88ba3 |
UHC | ?轟Б? | 001111111100111011011110101011001010001000111111 | 3fcedeaca23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)