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 | 鱧磁鈆エ齊「 | 11101001111001011000111010100101111110111100000110110100111010101000111010100010 | e9e58ea5fbc1b4ea8ea2 |
EUC-JP | 鱧磁鈆エ齊「 | 11110010111001111011110010100111100011111110001110111100100011101011010011110011111011101000111010100010 | f2e7bca78fe3bc8eb4f3ee8ea2 |
UTF-8 | 鱧磁鈆エ齊「 | 111010011011000110100111111001111010001110000001111010011000100010000110111011111011110110110100111010011011110110001010111011111011110110100010 | e9b1a7e7a381e98886efbdb4e9bd8aefbda2 |
UHC | ?磁??齊? | 0011111111101101101110000011111100111111111100001011101000111111 | 3fedb83f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)