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 | 夭l? | 1001101011101110100000101000110000111111 | 9aee828c3f |
EUC-JP | 夭l? | 1101010011110000101000111110110000111111 | d4f0a3ec3f |
UTF-8 | 夭l궘 | 111001011010010010101101111011111011110110001100111010101011011010011000 | e5a4adefbd8ceab698 |
UHC | 夭l궘 | 111010001110110010100011111011001000001010101101 | e8eca3ec82ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)