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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 獄??x{d | 10001101100101100011111100111111011110000111101101100100 | 8d963f3f787b64 |
EUC-JP | 獄??x{d | 10111001111101100011111100111111011110000111101101100100 | b9f63f3f787b64 |
UTF-8 | 獄㏓젍x{d | 111001111000110110000100111000111000111110010011111011001010000010001101011110000111101101100100 | e78d84e38f93eca08d787b64 |
UHC | 獄㏓젍x{d | 111010001010101110100111111010111010000010001110011110000111101101100100 | e8aba7eba08e787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)