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 | 郤帝カ。 | 111001111011101010010010111010011011011010100001 | e7ba92e9b6a1 |
EUC-JP | 郤帝カ。 | 1110111010111100110001001110101110001110101101101000111010100001 | eebcc4eb8eb68ea1 |
UTF-8 | 郤帝カ。 | 111010011000001110100100111001011011100010011101111011111011110110110110111011111011110110100001 | e983a4e5b89defbdb6efbda1 |
UHC | ?帝?? | 0011111111110000101010000011111100111111 | 3ff0a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)