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 | 躁?瀞?鼎 | 1110011101001110001111111001001111010010001111111001001101000011 | e74e3f93d23f9343 |
EUC-JP | 躁?瀞?鼎 | 1110110110101111001111111100011011010100001111111100010110100100 | edaf3fc6d43fc5a4 |
UTF-8 | 躁렕瀞렕鼎 | 111010001011101010000001111010111010000010010101111001111000000010011110111010111010000010010101111010011011110010001110 | e8ba81eba095e7809eeba095e9bc8e |
UHC | 躁렕瀞렕鼎 | 11110000111000101000111010101010111011111110011110001110101010101111000010100011 | f0e28eaaefe78eaaf0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)