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 | 踉簿萄 | 111001101111001010010101111010111001001110111000 | e6f295eb93b8 |
EUC-JP | 踉簿萄 | 111011001111010011001010111011011100011010111010 | ecf4caedc6ba |
UTF-8 | 踉簿萄 | 111010001011100010001001111001111011000010111111111010001001000010000100 | e8b889e7b0bfe89084 |
UHC | ?簿萄 | 0011111111011101101011011101010010101100 | 3fddadd4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)