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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證貊?瀞 | 11100110100110101110011010111011001111111001001111010010 | e69ae6bb3f93d2 |
EUC-JP | 證貊?瀞 | 11101011111110101110110010111101001111111100011011010100 | ebfaecbd3fc6d4 |
UTF-8 | 證貊웡瀞 | 111010001010110110001001111010001011001010001010111011001001101110100001111001111000000010011110 | e8ad89e8b28aec9ba1e7809e |
UHC | 證貊웡瀞 | 1111000111111011110110001110011110111111111111011110111111100111 | f1fbd8e7bffdefe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)