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 | 怏o筥 | 100111001000100110000010100011111110001010100110 | 9c89828fe2a6 |
EUC-JP | 怏o筥 | 110101111110100110100011111011111110010010101000 | d7e9a3efe4a8 |
UTF-8 | 怏o筥 | 111001101000000010001111111011111011110110001111111001111010110110100101 | e6808fefbd8fe7ada5 |
UHC | 怏o? | 1110010011101000101000111110111100111111 | e4e8a3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)