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 | 鮗礼、ォ陜檻 | 11101001101110101001011111100111101001001010101111101000100111011001111101000010 | e9ba97e7a4abe89d9f42 |
EUC-JP | 鮗礼、ォ陜檻 | 111100101011110011001110111010011000111010100100100011101010101111101111111111011101110110100011 | f2bccee98ea48eabeffddda3 |
UTF-8 | 鮗礼、ォ陜檻 | 111010011010111010010111111001111010010010111100111011111011110110100100111011111011110110101011111010011001100110011100111001101010101010111011 | e9ae97e7a4bcefbda4efbdabe9999ce6aabb |
UHC | ????陜檻 | 0011111100111111001111110011111111111001111100001111100111100011 | 3f3f3f3ff9f0f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)