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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | 嶸オ巐器亞[ | 11111010101101001011010111111010101101101000101011101101100110001011000101011011 | fab4b5fab68aed98b15b |
EUC-JP | 嶸オ巐器亞[ | 10001111101110111111010010001110101101011000111110111011111110011011010011101111110100001011001101011011 | 8fbbf48eb58fbbf9b4efd0b35b |
UTF-8 | 嶸オ巐器亞[ | 11100101101101101011100011101111101111011011010111100101101101111001000011100101100110011010100011100100101110101001111001011011 | e5b6b8efbdb5e5b790e599a8e4ba9e5b |
UHC | 嶸??器亞[ | 111001111010111000111111001111111101000011101111111001001010110001011011 | e7ae3f3fd0efe4ac5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)