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 | 隰晉エ唯 | 11101000101011001001110111100111101101001001011101000010 | e8ac9de7b49742 |
EUC-JP | 隰晉エ唯 | 1111000010101110110110101110100110001110101101001100110110100011 | f0aedae98eb4cda3 |
UTF-8 | 隰晉エ唯 | 111010011001101010110000111001101001100110001001111011111011110110110100111001011001010010101111 | e99ab0e69989efbdb4e594af |
UHC | ?晉?唯 | 001111111111001011001011001111111110101011100110 | 3ff2cb3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)