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 | ??昱搬?? | 0011111100111111111110100110001110010100110000000011111100111111 | 3f3ffa6394c03f3f |
EUC-JP | 鋌?昱搬?? | 1000111111100100101110110011111110001111110000101010110111001000110000100011111100111111 | 8fe4bb3f8fc2adc8c23f3f |
UTF-8 | 鋌렫昱搬렭렢 | 111010011000101110001100111010111010000010101011111001101001100010110001111001101001000010101100111010111010000010101101111010111010000010100010 | e98b8ceba0abe698b1e690aceba0adeba0a2 |
UHC | 鋌렫昱搬렭렢 | 111011111111101110001110101110011110100111110000110110101110011010001110101110101000111010110011 | effb8eb9e9f0dae68eba8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)