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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辿側足棚 | 1001001001001000100100011010010010010001101010111001001001001001 | 924891a491ab9249 |
EUC-JP | 辿側足棚 | 1100001110101001110000101010011011000010101011011100001110101010 | c3a9c2a6c2adc3aa |
UTF-8 | 辿側足棚 | 111010001011111010111111111001011000000110110100111010001011011010110011111001101010001110011010 | e8bebfe581b4e8b6b3e6a39a |
UHC | ?側足棚 | 00111111111101101011000011110000111010111101110111011100 | 3ff6b0f0ebdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)