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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韃磁鈆エ | 11101000111001011000111010100101111110111100000110110100 | e8e58ea5fbc1b4 |
EUC-JP | 韃磁鈆エ | 111100001110011110111100101001111000111111100011101111001000111010110100 | f0e7bca78fe3bc8eb4 |
UTF-8 | 韃磁鈆エ | 111010011001111110000011111001111010001110000001111010011000100010000110111011111011110110110100 | e99f83e7a381e98886efbdb4 |
UHC | ?磁?? | 0011111111101101101110000011111100111111 | 3fedb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)