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 | 豐夥牟 | 111001101011001010011010111011001001011010110100 | e6b29aec96b4 |
EUC-JP | 豐夥牟 | 111011001011010011010100111011101100110010110110 | ecb4d4eeccb6 |
UTF-8 | 豐夥牟 | 111010001011000110010000111001011010010010100101111001111000100110011111 | e8b190e5a4a5e7899f |
UHC | ??牟 | 00111111001111111101100110111111 | 3f3fd9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)