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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??l陰 | 001111110011111110000010100011001000100101000001 | 3f3f828c8941 |
EUC-JP | 焌?l陰 | 1000111111001001111010000011111110100011111011001011000110100010 | 8fc9e83fa3ecb1a2 |
UTF-8 | 焌쇔l陰 | 111001111000010010001100111011001000011110010100111011111011110110001100111010011001100110110000 | e7848cec8794efbd8ce999b0 |
UHC | 焌쇔l陰 | 1111000111100000101111001110010110100011111011001110101111100100 | f1e0bce5a3ecebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)