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 | 爲猖爰 | 111000001010100011100000110010011110000010100111 | e0a8e0c9e0a7 |
EUC-JP | 爲猖爰 | 111000001010101011100000110010111110000010101001 | e0aae0cbe0a9 |
UTF-8 | 爲猖爰 | 111001111000100010110010111001111000110010010110111001111000100010110000 | e788b2e78c96e788b0 |
UHC | 爲猖爰 | 111010101101001111110011111010011110101010111010 | ead3f3e9eaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)