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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??肢?鳥? | 0011111100111111100011101000100000111111100100101011100100111111 | 3f3f8e883f92b93f |
EUC-JP | ??肢?鳥? | 0011111100111111101110111110100000111111110001001011101100111111 | 3f3fbbe83fc4bb3f |
UTF-8 | 戶렱肢렖鳥냥 | 111001101000100010110110111010111010000010110001111010001000001010100010111010111010000010010110111010011011001110100101111010111000001110100101 | e688b6eba0b1e882a2eba096e9b3a5eb83a5 |
UHC | 戶렱肢렖鳥냥 | 111110111100001010001110101111101111001010110110100011101010101111110000111010001011001111001001 | fbc28ebef2b68eabf0e8b3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)