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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 쁤엻v쁤엻vB | 111011001000000110100100111011001001011110111011011101101110110010000001101001001110110010010111101110110111011001000010 | ec81a4ec97bb76ec81a4ec97bb7642 |
UHC | 쁤엻v쁤엻vB | 1001100001100111100111101000110101110110100110000110011110011110100011010111011001000010 | 98679e8d7698679e8d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)