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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 爭去爭去B | 111000001010010110001011100011101110000010100101100010111000111001000010 | e0a58b8ee0a58b8e42 |
EUC-JP | 爭去爭去B | 111000001010011110110101111011101110000010100111101101011110111001000010 | e0a7b5eee0a7b5ee42 |
UTF-8 | 爭去爭去B | 11100111100010001010110111100101100011101011101111100111100010001010110111100101100011101011101101000010 | e788ade58ebbe788ade58ebb42 |
UHC | 爭去爭去B | 111011101011001111001011110110111110111010110011110010111101101101000010 | eeb3cbdbeeb3cbdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)