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 | 邱夊ケ | 1110011110110111100110101110100010111001 | e7b79ae8b9 |
EUC-JP | 邱夊ケ | 111011101011100111010100111010101000111010111001 | eeb9d4ea8eb9 |
UTF-8 | 邱夊ケ | 111010011000001010110001111001011010010010001010111011111011110110111001 | e982b1e5a48aefbdb9 |
UHC | 邱?? | 11001111110010000011111100111111 | cfc83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)