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 | å±PB | 11100101101100011000100110001010100010100101000001000010 | e5b1898a8a5042 |
SJIS-WIN | ?±???PB | 0011111110000001011111010011111100111111001111110101000001000010 | 3f817d3f3f3f5042 |
EUC-JP | å±???PB | 10001111101010111010100110100001110111100011111100111111001111110101000001000010 | 8faba9a1de3f3f3f5042 |
UTF-8 | å±PB | 110000111010010111000010101100011100001010001001110000101000101011000010100010100101000001000010 | c3a5c2b1c289c28ac28a5042 |
UHC | ?±???PB | 0011111110100001101111100011111100111111001111110101000001000010 | 3fa1be3f3f3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)