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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 訒ク霆贋鮗B | 11111011101000111011100011101000101110111000101011100100111010011011101001000010 | fba3b8e8bb8ae4e9ba42 |
EUC-JP | 訒ク霆贋鮗B | 100011111101110111001000100011101011100011110000101111011011010011100110111100101011110001000010 | 8fddc88eb8f0bdb4e6f2bc42 |
UTF-8 | 訒ク霆贋鮗B | 11101000101010001001001011101111101111011011100011101001100111001000011011101000101101001000101111101001101011101001011101000010 | e8a892efbdb8e99c86e8b48be9ae9742 |
UHC | ??霆??B | 00111111001111111110111111111101001111110011111101000010 | 3f3feffd3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)