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 | 羃肢畿 | 111000111011000010001110100010001000101101000101 | e3b08e888b45 |
EUC-JP | 羃肢畿 | 111001101011001010111011111010001011010110100110 | e6b2bbe8b5a6 |
UTF-8 | 羃肢畿 | 111001111011111010000011111010001000001010100010111001111001010110111111 | e7be83e882a2e795bf |
UHC | ?肢畿 | 0011111111110010101101101101000110110010 | 3ff2b6d1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)