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 | ???獄? | 001111110011111100111111100011011001011000111111 | 3f3f3f8d963f |
EUC-JP | ???獄? | 001111110011111100111111101110011111011000111111 | 3f3f3fb9f63f |
UTF-8 | 溫볠퍝獄퇶 | 111001101011101010101011111010111011001110100000111011011000110110011101111001111000110110000100111011011000011110110110 | e6baabebb3a0ed8d9de78d84ed87b6 |
UHC | 溫볠퍝獄퇶 | 11101000101011101001001111100110101110111001010011101000101010111011100001101011 | e8ae93e6bb94e8abb86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)