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???S^ | 00111111010000100011111100111111001111110101001101011110 | 3f423f3f3f535e |
SJIS-WIN | ?B???S^ | 00111111010000100011111100111111001111110101001101011110 | 3f423f3f3f535e |
EUC-JP | ?B???S^ | 00111111010000100011111100111111001111110101001101011110 | 3f423f3f3f535e |
UTF-8 | 채B혡책혗S^ | 111011001011000110000100010000101110110110011000101000011110110010110001100001011110110110011000100101110101001101011110 | ecb18442ed98a1ecb185ed9897535e |
UHC | 채B혡책혗S^ | 1100001110100100010000101100001010001010110000111010010111000010100000100101001101011110 | c3a442c28ac3a5c282535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)