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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 兌l馭 | 100110010101101110000010100011001110100101100110 | 995b828ce966 |
EUC-JP | 兌l馭 | 110100011011110010100011111011001111000111000111 | d1bca3ecf1c7 |
UTF-8 | 兌l馭 | 111001011000010110001100111011111011110110001100111010011010011010101101 | e5858cefbd8ce9a6ad |
UHC | 兌l馭 | 111101111011101010100011111011001110010111011111 | f7baa3ece5df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)