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 | 諷?蹄 | 1110011010000101001111111001001011111011 | e6853f92fb |
EUC-JP | 諷?蹄 | 1110101111100101001111111100010011111101 | ebe53fc4fd |
UTF-8 | 諷렍蹄 | 111010001010101110110111111010111010000010001101111010001011100110000100 | e8abb7eba08de8b984 |
UHC | 諷렍蹄 | 111110011010010010001110101000111111000010110100 | f9a48ea3f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)