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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莠`弑 | 111001001011101010000001010011011001110001010101 | e4ba814d9c55 |
EUC-JP | 莠`弑 | 111010001011110010100001101011101101011110110110 | e8bca1aed7b6 |
UTF-8 | 莠`弑 | 111010001000111010100000111011111011110110000000111001011011110010010001 | e88ea0efbd80e5bc91 |
UHC | ?`弑 | 0011111110100011111000001110001110111101 | 3fa3e0e3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)