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³¶ | 100011101011001110001110101101100110100010001110101100111000111010110110 | 8eb38eb6688eb38eb6 |
SJIS-WIN | ???¶h???¶ | 0011111100111111001111111000000111110111011010000011111100111111001111111000000111110111 | 3f3f3f81f7683f3f3f81f7 |
EUC-JP | ???¶h???¶ | 0011111100111111001111111010001011111001011010000011111100111111001111111010001011111001 | 3f3f3fa2f9683f3f3fa2f9 |
UTF-8 | ³¶h³¶ | 1100001010001110110000101011001111000010100011101100001010110110011010001100001010001110110000101011001111000010100011101100001010110110 | c28ec2b3c28ec2b668c28ec2b3c28ec2b6 |
UHC | ?³?¶h?³?¶ | 00111111101010011111100000111111101000101101001001101000001111111010100111111000001111111010001011010010 | 3fa9f83fa2d2683fa9f83fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)