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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 饒???ら | 11101001011000000011111100111111001111111000001011100111 | e9603f3f3f82e7 |
EUC-JP | 饒???ら | 11110001110000010011111100111111001111111010010011101001 | f1c13f3f3fa4e9 |
UTF-8 | 饒ⓨ뼔濾ら | 111010011010010110010010111000101001001110101000111010111011110010010100111011111010011010000100111000111000001010001001 | e9a592e293a8ebbc94efa684e38289 |
UHC | 饒ⓨ뼔濾ら | 11101001101011101010100011100101100101101001110011100110101001001010101011101001 | e9aea8e5969ce6a4aae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)