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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ティツ陳撚] | 1100001110101000110000101001001011000010100101000101000101011101 | c3a8c292c294515d |
EUC-JP | ティツ陳撚] | 1000111011000011100011101010100010001110110000101100010011000100110001111011001001011101 | 8ec38ea88ec2c4c4c7b25d |
UTF-8 | ティツ陳撚] | 11101111101111101000001111101111101111011010100011101111101111101000001011101001100110011011001111100110100100101001101001011101 | efbe83efbda8efbe82e999b3e6929a5d |
UHC | ???陳撚] | 0011111100111111001111111111001011100111110100101011010101011101 | 3f3f3ff2e7d2b55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)