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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 茫¥臭~ | 11100100101010011000000110001111100011110100110001111110 | e4a9818f8f4c7e |
EUC-JP | 茫¥臭~ | 11101000101010111010000111101111101111011010110101111110 | e8aba1efbdad7e |
UTF-8 | 茫¥臭~ | 11101000100011001010101111101111101111111010010111101000100001111010110101111110 | e88cabefbfa5e887ad7e |
UHC | 茫¥臭~ | 11011000110101001010000111001101111101101010101101111110 | d8d4a1cdf6ab7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)