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 | ?猛番 | 0011111110010110110100101001010011010100 | 3f96d294d4 |
EUC-JP | 馹猛番 | 10001111111010011010000111001100110101001100100011010110 | 8fe9a1ccd4c8d6 |
UTF-8 | 馹猛番 | 111010011010011010111001111001111000110010011011111001111001010110101010 | e9a6b9e78c9be795aa |
UHC | 馹猛番 | 111011001111000111011000111011011101101111100011 | ecf1d8eddbe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)