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 | 葯夬ш | 111001001101111010011010111011011000010010001010 | e4de9aed848a |
EUC-JP | 葯夬ш | 111010001110000011010100111011111010011111101010 | e8e0d4efa7ea |
UTF-8 | 葯夬ш | 1110100010010001101011111110010110100100101011001101000110001000 | e891afe5a4acd188 |
UHC | 葯?ш | 1110010110110101001111111010110011101010 | e5b53facea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)