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 | 閻??詣? | 11101000100001010011111100111111100011000111011100111111 | e8853f3f8c773f |
EUC-JP | 閻??詣? | 11101111111001010011111100111111101101111101100000111111 | efe53f3fb7d83f |
UTF-8 | 閻⑶슆詣쩏 | 111010011001011010111011111000101001000110110110111011001000101010000110111010001010100110100011111011001010100110001111 | e996bbe291b6ec8a86e8a9a3eca98f |
UHC | 閻⑶슆詣쩏 | 11100111101000101010100111101001100110101001100011100111111000011010010101000111 | e7a2a9e99a98e7e1a547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)