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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆ょセ巽 | 11101000111101111000001011100101101111101001001001000110 | e8f782e5be9246 |
EUC-JP | 顆ょセ巽 | 1111000011111001101001001110011110001110101111101100001110100111 | f0f9a4e78ebec3a7 |
UTF-8 | 顆ょセ巽 | 111010011010000110000110111000111000001010000111111011111011110110111110111001011011011110111101 | e9a186e38287efbdbee5b7bd |
UHC | 顆ょ?巽 | 11001110101010001010101011100111001111111110000111011110 | cea8aae73fe1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)