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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閻狩号 | 111010001000010110001110111010111000110110000110 | e8858eeb8d86 |
EUC-JP | 閻狩号 | 111011111110010110111100111011011011100111100110 | efe5bcedb9e6 |
UTF-8 | 閻狩号 | 111010011001011010111011111001111000101110101001111001011000111110110111 | e996bbe78ba9e58fb7 |
UHC | 閻狩? | 1110011110100010111000101010110100111111 | e7a2e2ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)