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 | 枝狡??? | 10001110011111011110000011000010001111110011111100111111 | 8e7de0c23f3f3f |
EUC-JP | 枝狡??? | 10111011110111101110000011000100001111110011111100111111 | bbdee0c43f3f3f |
UTF-8 | 枝狡렯희렰 | 111001101001111010011101111001111000101110100001111010111010000010101111111011011001110110101100111010111010000010110000 | e69e9de78ba1eba0afed9daceba0b0 |
UHC | 枝狡렯희렰 | 11110010101010111100111011101010100011101011110011001000111100011000111010111101 | f2abceea8ebcc8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)