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 | 逕樒弗 | 111001111001010010011110111001111001010110100100 | e7949ee795a4 |
EUC-JP | 逕樒弗 | 111011011111010011011100111010011100101010100110 | edf4dce9caa6 |
UTF-8 | 逕樒弗 | 111010011000000010010101111001101010100010010010111001011011110010010111 | e98095e6a892e5bc97 |
UHC | 逕?弗 | 1100110011101111001111111101110111010111 | ccef3fddd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)