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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壓??萸? | 10011010110110000011111100111111111001001100111000111111 | 9ad83f3fe4ce3f |
EUC-JP | 壓??萸? | 11010100110110100011111100111111111010001101000000111111 | d4da3f3fe8d03f |
UTF-8 | 壓꾧낫萸륛 | 111001011010001110010011111010101011111010100111111010111000001010101011111010001001000010111000111010111010010110011011 | e5a393eabea7eb82abe890b8eba59b |
UHC | 壓꾧낫萸륛 | 11100100111000101000010011101010101100111011010011101011101011011001000001000010 | e4e284eab3b4ebad9042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)