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 | ?^?tB | 0011111101011110001111110111010001000010 | 3f5e3f7442 |
SJIS-WIN | ?^?tB | 0011111101011110001111110111010001000010 | 3f5e3f7442 |
EUC-JP | ?^?tB | 0011111101011110001111110111010001000010 | 3f5e3f7442 |
UTF-8 | 묭^묪tB | 111010111010110010101101010111101110101110101100101010100111010001000010 | ebacad5eebacaa7442 |
UHC | 묭^묪tB | 10010010010001000101111010010010010000100111010001000010 | 92445e92427442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)