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 | 煜、鰤ス | 111110110101010110100100111010011101110010111101 | fb55a4e9dcbd |
EUC-JP | 煜、鰤ス | 100011111100100111111100100011101010010011110010110111101000111010111101 | 8fc9fc8ea4f2de8ebd |
UTF-8 | 煜、鰤ス | 111001111000010110011100111011111011110110100100111010011011000010100100111011111011110110111101 | e7859cefbda4e9b0a4efbdbd |
UHC | 煜??? | 1110100111110010001111110011111100111111 | e9f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)