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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茫¥臭 | 111001001010100110000001100011111000111101001100 | e4a9818f8f4c |
EUC-JP | 茫¥臭 | 111010001010101110100001111011111011110110101101 | e8aba1efbdad |
UTF-8 | 茫¥臭 | 111010001000110010101011111011111011111110100101111010001000011110101101 | e88cabefbfa5e887ad |
UHC | 茫¥臭 | 110110001101010010100001110011011111011010101011 | d8d4a1cdf6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)