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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霈帝カ画ウッ | 111010001011110010010010111010011011011010001001111001101011001110101111 | e8bc92e9b689e6b3af |
EUC-JP | 霈帝カ画ウッ | 111100001011111011000100111010111000111010110110101100101110100010001110101100111000111010101111 | f0bec4eb8eb6b2e88eb38eaf |
UTF-8 | 霈帝カ画ウッ | 111010011001110010001000111001011011100010011101111011111011110110110110111001111001010010111011111011111011110110110011111011111011110110101111 | e99c88e5b89defbdb6e794bbefbdb3efbdaf |
UHC | ?帝???? | 00111111111100001010100000111111001111110011111100111111 | 3ff0a83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)