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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 赭] | 11100110110111101000000101101110 | e6de816e |
EUC-JP | 赭] | 11101100111000001010000111001111 | ece0a1cf |
UTF-8 | 赭] | 111010001011010110101101111011111011110010111101 | e8b5adefbcbd |
UHC | ?] | 001111111010001111011101 | 3fa3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)