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餠 | 100111001000100110000010100011111110100101010101 | 9c89828fe955 |
EUC-JP | 怏o餠 | 110101111110100110100011111011111111000110110110 | d7e9a3eff1b6 |
UTF-8 | 怏o餠 | 111001101000000010001111111011111011110110001111111010011010010010100000 | e6808fefbd8fe9a4a0 |
UHC | 怏o餠 | 111001001110100010100011111011111101110010111111 | e4e8a3efdcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)