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 | 陰?萄 | 1000100101000001001111111001001110111000 | 89413f93b8 |
EUC-JP | 陰?萄 | 1011000110100010001111111100011010111010 | b1a23fc6ba |
UTF-8 | 陰뀌萄 | 111010011001100110110000111010111000000010001100111010001001000010000100 | e999b0eb808ce89084 |
UHC | 陰뀌萄 | 111010111110010010110010111011101101010010101100 | ebe4b2eed4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)