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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 程?摯??摯 | 100100101111011000111111100111011001010100111111001111111001110110010101 | 92f63f9d953f3f9d95 |
EUC-JP | 程?摯??摯 | 110001001111100000111111110110011111010100111111001111111101100111110101 | c4f83fd9f53f3fd9f5 |
UTF-8 | 程렰摯븅땜摯 | 111001111010100010001011111010111010000010110000111001101001000110101111111010111011100010000101111010111001010110011100111001101001000110101111 | e7a88beba0b0e691afebb885eb959ce691af |
UHC | 程렰摯븅땜摯 | 111011111110111110001110101111011111001010100111101110101110100110110110101010111111001010100111 | efef8ebdf2a7bae9b6abf2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)