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 | 邏募粋 | 111001111011010010010101111001011001000010001000 | e7b495e59088 |
EUC-JP | 邏募粋 | 111011101011011011001010111001111011111111101000 | eeb6cae7bfe8 |
UTF-8 | 邏募粋 | 111010011000001010001111111001011000101110011111111001111011001010001011 | e9828fe58b9fe7b28b |
UHC | 邏募? | 1101010110100100110110011011010000111111 | d5a4d9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)