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 | 渟???雋 | 10011111110110010011111100111111001111111110100010110010 | 9fd93f3f3fe8b2 |
EUC-JP | 渟?焌?雋 | 110111101101101100111111100011111100100111101000001111111111000010110100 | dedb3f8fc9e83ff0b4 |
UTF-8 | 渟렠焌렪雋 | 111001101011100010011111111010111010000010100000111001111000010010001100111010111010000010101010111010011001101110001011 | e6b89feba0a0e7848ceba0aae99b8b |
UHC | 渟렠焌렪雋 | 11101111111001011000111010110001111100011110000010001110101110001111000111100110 | efe58eb1f1e08eb8f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)