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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 垓◇v垓◇vB | 1001101010110100100000011001111001110110100110101011010010000001100111100111011001000010 | 9ab4819e769ab4819e7642 |
EUC-JP | 垓◇v垓◇vB | 1101010010110110101000011111111001110110110101001011011010100001111111100111011001000010 | d4b6a1fe76d4b6a1fe7642 |
UTF-8 | 垓◇v垓◇vB | 111001011001111010010011111000101001011110000111011101101110010110011110100100111110001010010111100001110111011001000010 | e59e93e2978776e59e93e297877642 |
UHC | 垓◇v垓◇vB | 1111101010100111101000011101111001110110111110101010011110100001110111100111011001000010 | faa7a1de76faa7a1de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)