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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 胚堺ゥ | 1110001111110011100011011110010010101001 | e3f38de4a9 |
EUC-JP | 胚堺ゥ | 111001101111010110111010111001101000111010101001 | e6f5bae68ea9 |
UTF-8 | 胚堺ゥ | 111010001000001110011010111001011010000010111010111011111011110110101001 | e8839ae5a0baefbda9 |
UHC | 胚堺? | 1101101111001111110011001111011100111111 | dbcfccf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)