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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 障?瀞?? | 10001111111000010011111110010011110100100011111100111111 | 8fe13f93d23f3f |
EUC-JP | 障?瀞?? | 10111110111000110011111111000110110101000011111100111111 | bee33fc6d43f3f |
UTF-8 | 障렚瀞펠볕 | 111010011001101010011100111010111010000010011010111001111000000010011110111011011000111010100000111010111011001110010101 | e99a9ceba09ae7809eed8ea0ebb395 |
UHC | 障렚瀞펠볕 | 11101110101000011000111010101101111011111110011111000110111001111011101010110101 | eea18eadefe7c6e7bab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)