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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 将「宵縒{d | 100011111010101110100010100011111010101011100011011100100111101101100100 | 8faba28faae3727b64 |
EUC-JP | 将「宵縒{d | 10111110101011011000111010100010101111101010110011100101110100110111101101100100 | bead8ea2beace5d37b64 |
UTF-8 | 将「宵縒{d | 1110010110110000100001101110111110111101101000101110010110101110101101011110011110111000100100100111101101100100 | e5b086efbda2e5aeb5e7b8927b64 |
UHC | ??宵?{d | 00111111001111111110000110110010001111110111101101100100 | 3f3fe1b23f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)