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 | 璽室璽 | 100011101010001110001110101110101000111010100011 | 8ea38eba8ea3 |
EUC-JP | 璽室璽 | 101111001010010110111100101111001011110010100101 | bca5bcbcbca5 |
UTF-8 | 璽室璽 | 111001111001001010111101111001011010111010100100111001111001001010111101 | e792bde5aea4e792bd |
UHC | 璽室璽 | 110111111101111011100011111110001101111111011110 | dfdee3f8dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)