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 | 蔭???雋 | 10001000111111000011111100111111001111111110100010110010 | 88fc3f3f3fe8b2 |
EUC-JP | 蔭???雋 | 10110000111111100011111100111111001111111111000010110100 | b0fe3f3f3ff0b4 |
UTF-8 | 蔭쮜렡렱雋 | 111010001001010010101101111011001010111010011100111010111010000010100001111010111010000010110001111010011001101110001011 | e894adecae9ceba0a1eba0b1e99b8b |
UHC | 蔭쮜렡렱雋 | 11101011111000111100001011101000100011101011001010001110101111101111000111100110 | ebe3c2e88eb28ebef1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)