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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 止?遠?▼ | 1000111001111110001111111000100110010011001111111000000110100101 | 8e7e3f89933f81a5 |
EUC-JP | 止?遠?▼ | 1011101111011111001111111011000111110011001111111010001010100111 | bbdf3fb1f33fa2a7 |
UTF-8 | 止렍遠멨▼ | 111001101010110110100010111010111010000010001101111010011000000110100000111010111010100110101000111000101001011010111100 | e6ada2eba08de981a0eba9a8e296bc |
UHC | 止렍遠멨▼ | 11110010101011011000111010100011111010101100000010111000111001011010000111100101 | f2ad8ea3eac0b8e5a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)