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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????曺 | 0011111100111111001111110011111100111111001111111111101011011110 | 3f3f3f3f3f3ffade |
EUC-JP | ??????曺 | 001111110011111100111111001111110011111100111111100011111100001011101101 | 3f3f3f3f3f3f8fc2ed |
UTF-8 | 렻렎롚롔렶뤛曺 | 111010111010000010111011111010111010000010001110111010111010000110011010111010111010000110010100111010111010000010110110111010111010010010011011111001101001101110111010 | eba0bbeba08eeba19aeba194eba0b6eba49be69bba |
UHC | 렻렎롚롔렶뤛曺 | 1000111011000011100011101010010010001110110111101000111011011000100011101100000110001111110010101111000011000110 | 8ec38ea48ede8ed88ec18fcaf0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)