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 | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 葆¥修x{d | 111001001101110010000001100011111000111101000011011110000111101101100100 | e4dc818f8f43787b64 |
EUC-JP | 葆¥修x{d | 111010001101111010100001111011111011110110100100011110000111101101100100 | e8dea1efbda4787b64 |
UTF-8 | 葆¥修x{d | 111010001001000110000110111011111011111110100101111001001011111110101110011110000111101101100100 | e89186efbfa5e4bfae787b64 |
UHC | ?¥修x{d | 0011111110100001110011011110000111110011011110000111101101100100 | 3fa1cde1f3787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)