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 | 鱧磁浯而晶ン | 1110100111100101100011101010010111111010111111001000111010100111100011111011101111011101 | e9e58ea5fafc8ea78fbbdd |
EUC-JP | 鱧磁浯而晶ン | 11110010111001111011110010100111100011111100011111000011101111001010100110111110101111011000111011011101 | f2e7bca78fc7c3bca9bebd8edd |
UTF-8 | 鱧磁浯而晶ン | 111010011011000110100111111001111010001110000001111001101011010110101111111010001000000010001100111001101001100110110110111011111011111010011101 | e9b1a7e7a381e6b5afe8808ce699b6efbe9d |
UHC | ?磁?而晶? | 001111111110110110111000001111111110110010111011111011111101110000111111 | 3fedb83fecbbefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)