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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 茫¥臭\ | 11100100101010011000000110001111100011110100110001011100 | e4a9818f8f4c5c |
EUC-JP | 茫¥臭\ | 11101000101010111010000111101111101111011010110101011100 | e8aba1efbdad5c |
UTF-8 | 茫¥臭\ | 11101000100011001010101111101111101111111010010111101000100001111010110101011100 | e88cabefbfa5e887ad5c |
UHC | 茫¥臭\ | 11011000110101001010000111001101111101101010101101011100 | d8d4a1cdf6ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)