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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 蕭器十rB | 1110010101001010100010101110110110001111010111000111001001000010 | e54a8aed8f5c7242 |
EUC-JP | 蕭器十rB | 1110100110101011101101001110111110111101101111010111001001000010 | e9abb4efbdbd7242 |
UTF-8 | 蕭器十rB | 1110100010010101101011011110010110011001101010001110010110001101100000010111001001000010 | e895ade599a8e58d817242 |
UHC | 蕭器十rB | 1110000111001011110100001110111111100100101010000111001001000010 | e1cbd0efe4a87242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)