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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脛悟職脛拳 | 11100011111110001000110011100101100100000100010111100011111110001000110010011101 | e3f88ce59045e3f88c9d |
EUC-JP | 脛悟職脛拳 | 11100110111110101011100011100111101111111010011011100110111110101011011111111101 | e6fab8e7bfa6e6fab7fd |
UTF-8 | 脛悟職脛拳 | 111010001000010010011011111001101000001010011111111010001000000110110111111010001000010010011011111001101000101110110011 | e8849be6829fe881b7e8849be68bb3 |
UHC | 脛悟職脛拳 | 11001100111010111110011111110110111100101100010111001100111010111100111111101011 | ccebe7f6f2c5ccebcfeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)