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 | ?靑詞 | 0011111111111011111100101000111010001100 | 3ffbf28e8c |
EUC-JP | ??詞 | 00111111001111111011101111101100 | 3f3fbbec |
UTF-8 | 뤚靑詞 | 111010111010010010011010111010011001110110010001111010001010100110011110 | eba49ae99d91e8a99e |
UHC | 뤚靑詞 | 100011111100100111110100111011001101111011110010 | 8fc9f4ecdef2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)