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 | 蟄罹ウ | 1110010110101101100111001110101110110011 | e5ad9cebb3 |
EUC-JP | 蟄罹ウ | 111010101010111111011000111011011000111010110011 | eaafd8ed8eb3 |
UTF-8 | 蟄罹ウ | 111010001001111110000100111001111011110110111001111011111011110110110011 | e89f84e7bdb9efbdb3 |
UHC | 蟄罹? | 1111011011011110110101111110011100111111 | f6ded7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)