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 | ?^??B | 0011111101011110001111110011111101000010 | 3f5e3f3f42 |
SJIS-WIN | ?^??B | 0011111101011110001111110011111101000010 | 3f5e3f3f42 |
EUC-JP | ?^??B | 0011111101011110001111110011111101000010 | 3f5e3f3f42 |
UTF-8 | 창^혡횪B | 1110110010110000101111010101111011101101100110001010000111101101100110101010101001000010 | ecb0bd5eed98a1ed9aaa42 |
UHC | 창^혡횪B | 1100001110100010010111101100001010001010110000111010000001000010 | c3a25ec28ac3a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)