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 | 攸り? | 1001110110111111100000101110100000111111 | 9dbf82e83f |
EUC-JP | 攸り? | 1101101011000001101001001110101000111111 | dac1a4ea3f |
UTF-8 | 攸り뭐 | 111001101001010010111000111000111000001010001010111010111010110110010000 | e694b8e3828aebad90 |
UHC | 攸り뭐 | 111010101111001010101010111010101011100110111001 | eaf2aaeab9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)