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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髦ッ窶食 | 11101001100110001010111111100010100000001001000001001000 | e998afe2809048 |
EUC-JP | 髦ッ窶食 | 1111000111111000100011101010111111100011111000001011111110101001 | f1f88eafe3e0bfa9 |
UTF-8 | 髦ッ窶食 | 111010011010101110100110111011111011110110101111111001111010101010110110111010011010001110011111 | e9aba6efbdafe7aab6e9a39f |
UHC | ???食 | 0011111100111111001111111110001111011101 | 3f3f3fe3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)