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 | 專?d攸 | 10011011100100110011111110000010100001001001110110111111 | 9b933f82849dbf |
EUC-JP | 專?d攸 | 11010101111100110011111110100011111001001101101011000001 | d5f33fa3e4dac1 |
UTF-8 | 專닷d攸 | 111001011011000010001000111010111000101110110111111011111011110110000100111001101001010010111000 | e5b088eb8bb7efbd84e694b8 |
UHC | 專닷d攸 | 1110111011110110101101001110010110100011111001001110101011110010 | eef6b4e5a3e4eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)