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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 族峰岷TB | 1001000110110000100101011111010010011011101011110101010001000010 | 91b095f49baf5442 |
EUC-JP | 族峰岷TB | 1100001010110010110010101111011011010110101100010101010001000010 | c2b2caf6d6b15442 |
UTF-8 | 族峰岷TB | 1110011010010111100011111110010110110011101100001110010110110010101101110101010001000010 | e6978fe5b3b0e5b2b75442 |
UHC | 族峰岷TB | 1111000011101001110111001110100011011010101111100101010001000010 | f0e9dce8dabe5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)