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 | 鵈悉渹シ熙、 | 11101001111111001000111010111011111110110100011010111100111010101010010010100100 | e9fc8ebbfb46bceaa4a4 |
EUC-JP | 鵈悉渹シ熙、 | 11110010111111101011110010111101100011111100011111101110100011101011110011110100101001101000111010100100 | f2febcbd8fc7ee8ebcf4a68ea4 |
UTF-8 | 鵈悉渹シ熙、 | 111010011011010110001000111001101000001010001001111001101011100010111001111011111011110110111100111001111000011010011001111011111011110110100100 | e9b588e68289e6b8b9efbdbce78699efbda4 |
UHC | ?悉??熙? | 0011111111100011111110100011111100111111111111011111011100111111 | 3fe3fa3f3ffdf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)