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 | 瑪璋蓙 | 111000001111001111100000111101101110010011100110 | e0f3e0f6e4e6 |
EUC-JP | 瑪璋蓙 | 111000001111010111100000111110001110100011101000 | e0f5e0f8e8e8 |
UTF-8 | 瑪璋蓙 | 111001111001000110101010111001111001001010001011111010001001001110011001 | e791aae7928be89399 |
UHC | 瑪璋? | 1101100010100101111011011111000000111111 | d8a5edf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)