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 | 磬貉蜴 | 111000011111110011100110101110011110010110001110 | e1fce6b9e58e |
EUC-JP | 磬貉蜴 | 111000101111111011101100101110111110100111101110 | e2feecbbe9ee |
UTF-8 | 磬貉蜴 | 111001111010001110101100111010001011001010001001111010001001110010110100 | e7a3ace8b289e89cb4 |
UHC | 磬?? | 11001100111001000011111100111111 | cce43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)