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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淏樒濫韃貅蠑 | 111110110100001010011110111001111001011110010100111010001110010111100110101110101110010110111100 | fb429ee79794e8e5e6bae5bc |
EUC-JP | 淏樒濫韃貅蠑 | 10001111110001111101100111011100111010011100110111110100111100001110011111101100101111001110101010111110 | 8fc7d9dce9cdf4f0e7ecbceabe |
UTF-8 | 淏樒濫韃貅蠑 | 111001101011011110001111111001101010100010010010111001101011111110101011111010011001111110000011111010001011001010000101111010001010000010010001 | e6b78fe6a892e6bfabe99f83e8b285e8a091 |
UHC | 淏?濫??? | 1111101111001000001111111101010110111101001111110011111100111111 | fbc83fd5bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)