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 | 逕樒括 | 111001111001010010011110111001111000101010000111 | e7949ee78a87 |
EUC-JP | 逕樒括 | 111011011111010011011100111010011011001111100111 | edf4dce9b3e7 |
UTF-8 | 逕樒括 | 111010011000000010010101111001101010100010010010111001101000101110101100 | e98095e6a892e68bac |
UHC | 逕?括 | 1100110011101111001111111100111011000000 | ccef3fcec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)