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 | 襞臥強 | 111001011111110010001001111001111000101110101101 | e5fc89e78bad |
EUC-JP | 襞臥強 | 111010101111111010110010111010011011011010101111 | eafeb2e9b6af |
UTF-8 | 襞臥強 | 111010001010010110011110111010001000011110100101111001011011110010110111 | e8a59ee887a5e5bcb7 |
UHC | ?臥? | 00111111111010001100001000111111 | 3fe8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)