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 | 除?舞窪 | 10001111100111000011111110010101100100011000110001000101 | 8f9c3f95918c45 |
EUC-JP | 除?舞窪 | 10111101111111000011111111001001111100011011011110100110 | bdfc3fc9f1b7a6 |
UTF-8 | 除계舞窪 | 111010011001100110100100111010101011001110000100111010001000100010011110111001111010101010101010 | e999a4eab384e8889ee7aaaa |
UHC | 除계舞窪 | 1111000010110110101100001110100011011001111100011110100011000001 | f0b6b0e8d9f1e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)