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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????` | 00111111001111110011111100111111001111111000000101001101 | 3f3f3f3f3f814d |
EUC-JP | ?????` | 00111111001111110011111100111111001111111010000110101110 | 3f3f3f3f3fa1ae |
UTF-8 | 셈섞뤵햵펿` | 111011001000010110001000111011001000010010011110111010111010010010110101111011011001011010110101111011011000111010111111111011111011110110000000 | ec8588ec849eeba4b5ed96b5ed8ebfefbd80 |
UHC | 셈섞뤵햵펿` | 101111001100000010111100101011111000111111100011110000011000111010111100100011101010001111100000 | bcc0bcaf8fe3c18ebc8ea3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)