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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銷ケ遑シ | 111001111111011110111001111001111010000110111100 | e7f7b9e7a1bc |
EUC-JP | 銷ケ遑シ | 1110111011111001100011101011100111101110101000111000111010111100 | eef98eb9eea38ebc |
UTF-8 | 銷ケ遑シ | 111010011000101010110111111011111011110110111001111010011000000110010001111011111011110110111100 | e98ab7efbdb9e98191efbdbc |
UHC | 銷?遑? | 111000011101000100111111111111001101101000111111 | e1d13ffcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)