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 | 閻??詣 | 111010001000010100111111001111111000110001110111 | e8853f3f8c77 |
EUC-JP | 閻??詣 | 111011111110010100111111001111111011011111011000 | efe53f3fb7d8 |
UTF-8 | 閻⑶슆詣 | 111010011001011010111011111000101001000110110110111011001000101010000110111010001010100110100011 | e996bbe291b6ec8a86e8a9a3 |
UHC | 閻⑶슆詣 | 1110011110100010101010011110100110011010100110001110011111100001 | e7a2a9e99a98e7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)