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 | ÂÙ¹hÂÙ¹ | 100011101100001011011001101110010110100010001110110000101101100110111001 | 8ec2d9b9688ec2d9b9 |
SJIS-WIN | ????h???? | 001111110011111100111111001111110110100000111111001111110011111100111111 | 3f3f3f3f683f3f3f3f |
EUC-JP | ?ÂÙ?h?ÂÙ? | 0011111110001111101010101010010010001111101010101110001100111111011010000011111110001111101010101010010010001111101010101110001100111111 | 3f8faaa48faae33f683f8faaa48faae33f |
UTF-8 | ÂÙ¹hÂÙ¹ | 1100001010001110110000111000001011000011100110011100001010111001011010001100001010001110110000111000001011000011100110011100001010111001 | c28ec382c399c2b968c28ec382c399c2b9 |
UHC | ???¹h???¹ | 0011111100111111001111111010100111110110011010000011111100111111001111111010100111110110 | 3f3f3fa9f6683f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)