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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 專驀楠B | 10011011100100111110100101111101100100111110110101000010 | 9b93e97d93ed42 |
EUC-JP | 專驀楠B | 11010101111100111111000111011110110001101110111101000010 | d5f3f1dec6ef42 |
UTF-8 | 專驀楠B | 11100101101100001000100011101001101010011000000011100110101001011010000001000010 | e5b088e9a980e6a5a042 |
UHC | 專驀楠B | 11101110111101101101100011101001110100011111100001000010 | eef6d8e9d1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)