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 | 逕樒庶 | 111001111001010010011110111001111000111110001110 | e7949ee78f8e |
EUC-JP | 逕樒庶 | 111011011111010011011100111010011011110111101110 | edf4dce9bdee |
UTF-8 | 逕樒庶 | 111010011000000010010101111001101010100010010010111001011011101010110110 | e98095e6a892e5bab6 |
UHC | 逕?庶 | 1100110011101111001111111101111111101110 | ccef3fdfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)