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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 予?h予? | 10010111010111000011111101101000100101110101110000111111 | 975c3f68975c3f |
EUC-JP | 予?h予? | 11001101101111010011111101101000110011011011110100111111 | cdbd3f68cdbd3f |
UTF-8 | 予랰h予랰 | 11100100101110101000100011101011100111101011000001101000111001001011101010001000111010111001111010110000 | e4ba88eb9eb068e4ba88eb9eb0 |
UHC | 予랰h予랰 | 111001011111100010001110010011000110100011100101111110001000111001001100 | e5f88e4c68e5f88e4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)