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 | 胚堺ゥ羇 | 11100011111100111000110111100100101010011110001110110010 | e3f38de4a9e3b2 |
EUC-JP | 胚堺ゥ羇 | 1110011011110101101110101110011010001110101010011110011010110100 | e6f5bae68ea9e6b4 |
UTF-8 | 胚堺ゥ羇 | 111010001000001110011010111001011010000010111010111011111011110110101001111001111011111010000111 | e8839ae5a0baefbda9e7be87 |
UHC | 胚堺?? | 110110111100111111001100111101110011111100111111 | dbcfccf73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)