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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犁筅犁犢^ | 111000001011001111100010101001001110000010110011111000001011011101011110 | e0b3e2a4e0b3e0b75e |
EUC-JP | 犁筅犁犢^ | 111000001011010111100100101001101110000010110101111000001011100101011110 | e0b5e4a6e0b5e0b95e |
UTF-8 | 犁筅犁犢^ | 11100111100010101000000111100111101011011000010111100111100010101000000111100111100010101010001001011110 | e78a81e7ad85e78a81e78aa25e |
UHC | 犁?犁犢^ | 1101011111100000001111111101011111100000110101001011101101011110 | d7e03fd7e0d4bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)