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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嶸ァ巐ァ巐住 | 11111010101101001010011111111010101101101010011111111010101101101000111101011010 | fab4a7fab6a7fab68f5a |
EUC-JP | 嶸ァ巐ァ巐住 | 100011111011101111110100100011101010011110001111101110111111100110001110101001111000111110111011111110011011110110111011 | 8fbbf48ea78fbbf98ea78fbbf9bdbb |
UTF-8 | 嶸ァ巐ァ巐住 | 111001011011011010111000111011111011110110100111111001011011011110010000111011111011110110100111111001011011011110010000111001001011110110001111 | e5b6b8efbda7e5b790efbda7e5b790e4bd8f |
UHC | 嶸????住 | 1110011110101110001111110011111100111111001111111111000110101100 | e7ae3f3f3f3ff1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)