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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 吟?dvB | 10001011111000010011111110000010100001000111011001000010 | 8be13f82847642 |
EUC-JP | 吟?dvB | 10110110111000110011111110100011111001000111011001000010 | b6e33fa3e47642 |
UTF-8 | 吟㏘dvB | 1110010110010000100111111110001110001111100110001110111110111101100001000111011001000010 | e5909fe38f98efbd847642 |
UHC | 吟㏘dvB | 1110101111100001101000101110010010100011111001000111011001000010 | ebe1a2e4a3e47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)