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 | 中?牝 | 1001001010000110001111111001011011000100 | 92863f96c4 |
EUC-JP | 中?牝 | 1100001111100110001111111100110011000110 | c3e63fccc6 |
UTF-8 | 中꿱牝 | 111001001011100010101101111010101011111110110001111001111000100110011101 | e4b8adeabfb1e7899d |
UHC | 中꿱牝 | 111100011110100110110010111010001101111010110110 | f1e9b2e8deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)