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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 。゚将。。爐ヒ | 101000011101111110001111101010111010000110100001111000001010001011001011 | a1df8faba1a1e0a2cb |
EUC-JP | 。゚将。。爐ヒ | 1000111010100001100011101101111110111110101011011000111010100001100011101010000111100000101001001000111011001011 | 8ea18edfbead8ea18ea1e0a48ecb |
UTF-8 | 。゚将。。爐ヒ | 111011111011110110100001111011111011111010011111111001011011000010000110111011111011110110100001111011111011110110100001111001111000100010010000111011111011111010001011 | efbda1efbe9fe5b086efbda1efbda1e78890efbe8b |
UHC | ?????爐? | 0011111100111111001111110011111100111111110101101101001100111111 | 3f3f3f3f3fd6d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)