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 | 雎医l遒 | 1110100010110001100010001110001110000010100011001110011110100010 | e8b188e3828ce7a2 |
EUC-JP | 雎医l遒 | 1111000010110011101100001110010110100011111011001110111010100100 | f0b3b0e5a3eceea4 |
UTF-8 | 雎医l遒 | 111010011001101110001110111001011000110010111011111011111011110110001100111010011000000110010010 | e99b8ee58cbbefbd8ce98192 |
UHC | 雎?l? | 111011101101000100111111101000111110110000111111 | eed13fa3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)