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 | 瀉珞牆 | 111000000110001011100000111000101110000010101101 | e062e0e2e0ad |
EUC-JP | 瀉珞牆 | 110111111100001111100000111001001110000010101111 | dfc3e0e4e0af |
UTF-8 | 瀉珞牆 | 111001111000000010001001111001111000111110011110111001111000100110000110 | e78089e78f9ee78986 |
UHC | 瀉珞牆 | 110111101110000111010101101010001110110111101101 | dee1d5a8eded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)