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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 饒⑨?h饒 | 1110100101100000100001110100100000111111011010001110100101100000 | e96087483f68e960 |
EUC-JP | 饒??h饒 | 11110001110000010011111100111111011010001111000111000001 | f1c13f3f68f1c1 |
UTF-8 | 饒⑨쉑h饒 | 11101001101001011001001011100010100100011010100011101100100010011001000101101000111010011010010110010010 | e9a592e291a8ec899168e9a592 |
UHC | 饒⑨쉑h饒 | 111010011010111010101000111011111011110110100111011010001110100110101110 | e9aea8efbda768e9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)