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 | 邯懦雫 | 111001111011011010011100111011011000111010110100 | e7b69ced8eb4 |
EUC-JP | 邯懦雫 | 111011101011100011011000111011111011110010110110 | eeb8d8efbcb6 |
UTF-8 | 邯懦雫 | 111010011000001010101111111001101000011110100110111010011001101110101011 | e982afe687a6e99bab |
UHC | 邯懦? | 1100101011111011110100011101011100111111 | cafbd1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)