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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?勞 | 001111111001100110100111 | 3f99a7 |
EUC-JP | ?勞 | 001111111101001010101001 | 3fd2a9 |
UTF-8 | 잼勞 | 111011001001111010111100111001011000101110011110 | ec9ebce58b9e |
UHC | 잼勞 | 11000000111010111101011011001100 | c0ebd6cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)