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 | 闍醍欧繪。 | 111010001000101110010001111001111000100110100010111000111000100110100001 | e88b91e789a2e389a1 |
EUC-JP | 闍醍欧繪。 | 11101111111010111100001011101001101100101010010011100101111010011000111010100001 | efebc2e9b2a4e5e98ea1 |
UTF-8 | 闍醍欧繪。 | 111010011001011110001101111010011000011010001101111001101010110010100111111001111011100110101010111011111011110110100001 | e9978de9868de6aca7e7b9aaefbda1 |
UHC | ?醍?繪? | 00111111111100001011010100111111111111001110101100111111 | 3ff0b53ffceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)