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 | ?壽? | 00111111100110101110011000111111 | 3f9ae63f |
EUC-JP | ?壽? | 00111111110101001110100000111111 | 3fd4e83f |
UTF-8 | 잏壽挻 | 111011001001111010001111111001011010001110111101111001101000110010111011 | ec9e8fe5a3bde68cbb |
UHC | 잏壽挻 | 100111111110011111100001111110001110011011001001 | 9fe7e1f8e6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)