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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
EUC-JP | ?濊B | 0011111110001111110010001111111001000010 | 3f8fc8fe42 |
UTF-8 | 썙濊B | 11101100100011011001100111100110101111111000101001000010 | ec8d99e6bf8a42 |
UHC | 썙濊B | 1001101110001100111001111101100001000010 | 9b8ce7d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)