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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ∵??踵 | 100000011110011000111111001111111110011011111001 | 81e63f3fe6f9 |
EUC-JP | ∵??踵 | 101000101110100000111111001111111110110011111011 | a2e83f3fecfb |
UTF-8 | ∵룫뇟踵 | 111000101000100010110101111010111010001110101011111010111000011110011111111010001011100010110101 | e288b5eba3abeb879fe8b8b5 |
UHC | ∵룫뇟踵 | 1010000111110001100011111010001010110100101000011111000110100010 | a1f18fa2b4a1f1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)