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 | 111011001000000110100011111011001001001010000001011101101110110010000001101000111110110010010010100000010111011001000010 | ec81a3ec928176ec81a3ec92817642 |
UHC | 쁣쒁v쁣쒁vB | 1001100001100110100111001101100001110110100110000110011010011100110110000111011001000010 | 98669cd87698669cd87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)