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 | ?嫩詞 | 0011111110011011011000111000111010001100 | 3f9b638e8c |
EUC-JP | ?嫩詞 | 0011111111010101110001001011101111101100 | 3fd5c4bbec |
UTF-8 | 뤮嫩詞 | 111010111010010010101110111001011010101110101001111010001010100110011110 | eba4aee5aba9e8a99e |
UHC | 뤮嫩詞 | 100011111101110011010010111011001101111011110010 | 8fdcd2ecdef2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)