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 | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-WIN | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
EUC-JP | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
UTF-8 | 챠첫횆챠횦챘TB | 1110110010110001101000001110110010110010101010111110110110011010100001101110110010110001101000001110110110011010101001101110110010110001100110000101010001000010 | ecb1a0ecb2abed9a86ecb1a0ed9aa6ecb1985442 |
UHC | 챠첫횆챠횦챘TB | 1100001110101101110000111011100111000011100001001100001110101101110000111001110111000011101010110101010001000010 | c3adc3b9c384c3adc39dc3ab5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)