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 | 詣??擾 | 100011000111011100111111001111111000111111101111 | 8c773f3f8fef |
EUC-JP | 詣??擾 | 101101111101100000111111001111111011111011110001 | b7d83f3fbef1 |
UTF-8 | 詣쏁덱擾 | 111010001010100110100011111011001000111110000001111010111000110110110001111001101001001110111110 | e8a9a3ec8f81eb8db1e693be |
UHC | 詣쏁덱擾 | 1110011111100001100110111110011110110101101001101110100011110110 | e7e19be7b5a6e8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)