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 | 蹟???枸 | 10010000110101100011111100111111001111111001111001101101 | 90d63f3f3f9e6d |
EUC-JP | 蹟???枸 | 11000000110110000011111100111111001111111101101111001110 | c0d83f3f3fdbce |
UTF-8 | 蹟렱롋꾀枸 | 111010001011100110011111111010111010000010110001111010111010000110001011111010101011111010000000111001101001111010111000 | e8b99feba0b1eba18beabe80e69eb8 |
UHC | 蹟렱롋꾀枸 | 11101110111001111000111010111110100011101101000110110010110100101100111110101110 | eee78ebe8ed1b2d2cfae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)