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 | æó¤x{d | 111001101111001110100100011110000111101101100100 | e6f3a4787b64 |
SJIS-WIN | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
EUC-JP | æó¤x{d | 100011111010100111000001100011111010101111010001100011111010001011110000011110000111101101100100 | 8fa9c18fabd18fa2f0787b64 |
UTF-8 | æó¤x{d | 110000111010011011000011101100111100001010100100011110000111101101100100 | c3a6c3b3c2a4787b64 |
UHC | æ?¤x{d | 1010100110100001001111111010001010110100011110000111101101100100 | a9a13fa2b4787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)