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 | ¾Èòäµ | 101111101100100011110010111001001000111010110101 | bec8f2e48eb5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Èòä?? | 001111111000111110101010101100101000111110101011110100101000111110101011101000110011111100111111 | 3f8faab28fabd28faba33f3f |
UTF-8 | ¾Èòäµ | 110000101011111011000011100010001100001110110010110000111010010011000010100011101100001010110101 | c2bec388c3b2c3a4c28ec2b5 |
UHC | ¾????? | 10101000111110100011111100111111001111110011111100111111 | a8fa3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)