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 | 莪茲蔔 | 111001001010111011100100101000101110010011110111 | e4aee4a2e4f7 |
EUC-JP | 莪茲蔔 | 111010001011000011101000101001001110100011111001 | e8b0e8a4e8f9 |
UTF-8 | 莪茲蔔 | 111010001000111010101010111010001000110010110010111010001001010010010100 | e88eaae88cb2e89494 |
UHC | 莪?蔔 | 1110010010110101001111111101110011011011 | e4b53fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)