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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶??宜?Р | 100101101110100000111111001111111000101101011000001111111000010001010001 | 96e83f3f8b583f8451 |
EUC-JP | 冶??宜?Р | 110011001110101000111111001111111011010110111001001111111010011110110010 | ccea3f3fb5b93fa7b2 |
UTF-8 | 冶싲끽宜방Р | 1110010110000110101101101110110010001011101100101110101110000001101111011110010110101110100111001110101110110000101010011101000010100000 | e586b6ec8bb2eb81bde5ae9cebb0a9d0a0 |
UHC | 冶싲끽宜방Р | 111001011010011110011010111010111011001110100011111010111111000110111001111001101010110010110010 | e5a79aebb3a3ebf1b9e6acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)