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 | Þõà±÷ | 1101111011110101111000001011000111110111 | def5e0b1f7 |
SJIS-WIN | ???±÷ | 00111111001111110011111110000001011111011000000110000000 | 3f3f3f817d8180 |
EUC-JP | Þõà±÷ | 10001111101010011011000010001111101010111101100010001111101010111010001010100001110111101010000111100000 | 8fa9b08fabd88faba2a1dea1e0 |
UTF-8 | Þõà±÷ | 11000011100111101100001110110101110000111010000011000010101100011100001110110111 | c39ec3b5c3a0c2b1c3b7 |
UHC | Þ??±÷ | 1010100010101101001111110011111110100001101111101010000111000000 | a8ad3f3fa1bea1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)