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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霈帝カ | 1110100010111100100100101110100110110110 | e8bc92e9b6 |
EUC-JP | 霈帝カ | 111100001011111011000100111010111000111010110110 | f0bec4eb8eb6 |
UTF-8 | 霈帝カ | 111010011001110010001000111001011011100010011101111011111011110110110110 | e99c88e5b89defbdb6 |
UHC | ?帝? | 00111111111100001010100000111111 | 3ff0a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)