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 | 1001111110011100100000011001111001110110100111111001110010000001100111100111011001000010 | 9f9c819e769f9c819e7642 |
EUC-JP | 沮◇v沮◇vB | 1101110111111100101000011111111001110110110111011111110010100001111111100111011001000010 | ddfca1fe76ddfca1fe7642 |
UTF-8 | 沮◇v沮◇vB | 111001101011001010101110111000101001011110000111011101101110011010110010101011101110001010010111100001110111011001000010 | e6b2aee2978776e6b2aee297877642 |
UHC | 沮◇v沮◇vB | 1110111011000001101000011101111001110110111011101100000110100001110111100111011001000010 | eec1a1de76eec1a1de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)