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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 靖??? | 1001011011110101001111110011111100111111 | 96f53f3f3f |
EUC-JP | 靖?薏? | 11001100111101110011111110001111110110011101111000111111 | ccf73f8fd9de3f |
UTF-8 | 靖렮薏렱 | 111010011001110110010110111010111010000010101110111010001001011010001111111010111010000010110001 | e99d96eba0aee8968feba0b1 |
UHC | 靖렮薏렱 | 1110111111111110100011101011101111101011111110111000111010111110 | effe8ebbebfb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)