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 | 饒②?汝 | 11101001011000001000011101000001001111111001001111110000 | e96087413f93f0 |
EUC-JP | 饒??汝 | 111100011100000100111111001111111100011011110010 | f1c13f3fc6f2 |
UTF-8 | 饒②변汝 | 111010011010010110010010111000101001000110100001111010111011001110000000111001101011000110011101 | e9a592e291a1ebb380e6b19d |
UHC | 饒②변汝 | 1110100110101110101010001110100010111010101011111110011010100011 | e9aea8e8baafe6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)