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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渟???陰 | 10011111110110010011111100111111001111111000100101000001 | 9fd93f3f3f8941 |
EUC-JP | 渟?焌?陰 | 110111101101101100111111100011111100100111101000001111111011000110100010 | dedb3f8fc9e83fb1a2 |
UTF-8 | 渟렠焌렪陰 | 111001101011100010011111111010111010000010100000111001111000010010001100111010111010000010101010111010011001100110110000 | e6b89feba0a0e7848ceba0aae999b0 |
UHC | 渟렠焌렪陰 | 11101111111001011000111010110001111100011110000010001110101110001110101111100100 | efe58eb1f1e08eb8ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)