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 | ?椽帽 | 0011111110011110101110111001011001011000 | 3f9ebb9658 |
EUC-JP | ?椽帽 | 0011111111011100101111011100101110111001 | 3fdcbdcbb9 |
UTF-8 | 禮椽帽 | 111011111010011010110110111001101010010010111101111001011011100010111101 | efa6b6e6a4bde5b8bd |
UHC | 禮椽帽 | 111001111101111111100110110010111101100110110110 | e7dfe6cbd9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)