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 | 弔祠?逢?? | 100100101010001011100010010010110011111110001000101001110011111100111111 | 92a2e24b3f88a73f3f |
| EUC-JP | 弔祠?逢?? | 110001001010010011100011101011000011111110110000101010010011111100111111 | c4a4e3ac3fb0a93f3f |
| UTF-8 | 弔祠렪逢렰렜 | 111001011011110010010100111001111010010110100000111010111010000010101010111010011000000010100010111010111010000010110000111010111010000010011100 | e5bc94e7a5a0eba0aae980a2eba0b0eba09c |
| UHC | 弔祠렪逢렰렜 | 111100001100000011011110111001101000111010111000110111001111000110001110101111011000111010101110 | f0c0dee68eb8dcf18ebd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)