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³¤ | 100011101011001110001110101001000110100010001110101100111000111010100100 | 8eb38ea4688eb38ea4 |
SJIS-WIN | ????h???? | 001111110011111100111111001111110110100000111111001111110011111100111111 | 3f3f3f3f683f3f3f3f |
EUC-JP | ???¤h???¤ | 00111111001111110011111110001111101000101111000001101000001111110011111100111111100011111010001011110000 | 3f3f3f8fa2f0683f3f3f8fa2f0 |
UTF-8 | ³¤h³¤ | 1100001010001110110000101011001111000010100011101100001010100100011010001100001010001110110000101011001111000010100011101100001010100100 | c28ec2b3c28ec2a468c28ec2b3c28ec2a4 |
UHC | ?³?¤h?³?¤ | 00111111101010011111100000111111101000101011010001101000001111111010100111111000001111111010001010110100 | 3fa9f83fa2b4683fa9f83fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)