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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 駭??? | 1110100101101110001111110011111100111111 | e96e3f3f3f |
EUC-JP | 駭?璵? | 11110001110011110011111110001111110011001110011000111111 | f1cf3f8fcce63f |
UTF-8 | 駭잙璵캟 | 111010011010011110101101111011001001111010011001111001111001001010110101111011001011101010011111 | e9a7adec9e99e792b5ecba9f |
UHC | 駭잙璵캟 | 1111101010110100100111111110101111100110101001011011000001000110 | fab49febe6a5b046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)