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 | 蜊ィ陝ャ蝠霸 | 11100101100011011010100011101000100111111010110011100101100101011001111001010000 | e58da8e89face5959e50 |
EUC-JP | 蜊ィ陝ャ蝠霸 | 111010011110110110001110101010001111000010100001100011101010110011101001111101011101101110110001 | e9ed8ea8f0a18eace9f5dbb1 |
UTF-8 | 蜊ィ陝ャ蝠霸 | 111010001001110010001010111011111011110110101000111010011001100110011101111011111011110110101100111010001001110110100000111010011001110010111000 | e89c8aefbda8e9999defbdace89da0e99cb8 |
UHC | ??陝??? | 00111111001111111110000011101101001111110011111100111111 | 3f3fe0ed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)