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 | ?▼? | 00111111100000011010010100111111 | 3f81a53f |
EUC-JP | ?▼? | 00111111101000101010011100111111 | 3fa2a73f |
UTF-8 | 掠▼갰 | 111011111010010110110101111000101001011010111100111010101011000010110000 | efa5b5e296bceab0b0 |
UHC | 掠▼갰 | 111001011011000110100001111001011011000010111010 | e5b1a1e5b0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)