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 | 缸?蟹??? | 1110001110011101001111111000101001001001001111110011111100111111 | e39d3f8a493f3f3f |
EUC-JP | 缸?蟹??? | 1110010111111101001111111011001110101010001111110011111100111111 | e5fd3fb3aa3f3f3f |
UTF-8 | 缸렯蟹렰戶렱 | 111001111011110010111000111010111010000010101111111010001001111110111001111010111010000010110000111001101000100010110110111010111010000010110001 | e7bcb8eba0afe89fb9eba0b0e688b6eba0b1 |
UHC | 缸렯蟹렰戶렱 | 111110011111110010001110101111001111101010101111100011101011110111111011110000101000111010111110 | f9fc8ebcfaaf8ebdfbc28ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)