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 | ティツ可找] | 1100001110101000110000101000100111000010100111010101000101011101 | c3a8c289c29d515d |
EUC-JP | ティツ可找] | 1000111011000011100011101010100010001110110000101011001011000100110110011011001001011101 | 8ec38ea88ec2b2c4d9b25d |
UTF-8 | ティツ可找] | 11101111101111101000001111101111101111011010100011101111101111101000001011100101100011111010111111100110100010011011111001011101 | efbe83efbda8efbe82e58fafe689be5d |
UHC | ???可?] | 00111111001111110011111111001010101001100011111101011101 | 3f3f3fcaa63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)