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 | 昊?堯? | 100111011101110100111111111010101001111100111111 | 9ddd3fea9f3f |
EUC-JP | 昊?堯? | 110110101101111100111111111101001010000100111111 | dadf3ff4a13f |
UTF-8 | 昊歷堯礖 | 111001101001100010001010111011111010011010001100111001011010000010101111111001111010010010010110 | e6988aefa68ce5a0afe7a496 |
UHC | 昊歷堯礖 | 1111101111000100111001101011100011101000111010111110011010100110 | fbc4e6b8e8ebe6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)