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 | 譁憺ヲ | 1110011010010110100111001110100110100110 | e6969ce9a6 |
EUC-JP | 譁憺ヲ | 111010111111011011011000111010111000111010100110 | ebf6d8eb8ea6 |
UTF-8 | 譁憺ヲ | 111010001010110110000001111001101000011010111010111011111011110110100110 | e8ad81e686baefbda6 |
UHC | 譁憺? | 1111110010100110110100111011110000111111 | fca6d3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)