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 | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
SJIS-WIN | 嶸ァ巐弟舒} | 11111010101101001010011111111010101101101001001011101101100110001010111001111101 | fab4a7fab692ed98ae7d |
EUC-JP | 嶸ァ巐弟舒} | 10001111101110111111010010001110101001111000111110111011111110011100010011101111110100001011000001111101 | 8fbbf48ea78fbbf9c4efd0b07d |
UTF-8 | 嶸ァ巐弟舒} | 11100101101101101011100011101111101111011010011111100101101101111001000011100101101111001001111111101000100010001001001001111101 | e5b6b8efbda7e5b790e5bc9fe888927d |
UHC | 嶸??弟舒} | 111001111010111000111111001111111111000010101001111000001010001001111101 | e7ae3f3ff0a9e0a27d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)