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 | フケ。ケ | 110011001011100110100001111100111110001110111001 | ccb9a1f3e3b9 |
EUC-JP | フケ。?ケ | 100011101100110010001110101110011000111010100001001111111000111010111001 | 8ecc8eb98ea13f8eb9 |
UTF-8 | フケ。ケ | 111011111011111010001100111011111011110110111001111011111011110110100001111011101000101110010110111011111011110110111001 | efbe8cefbdb9efbda1ee8b96efbdb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)