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 | 遲晉ュ截 | 11100111101011011001110111100111101011011001110101000010 | e7ad9de7ad9d42 |
EUC-JP | 遲晉ュ截 | 1110111010101111110110101110100110001110101011011101100110100011 | eeafdae98eadd9a3 |
UTF-8 | 遲晉ュ截 | 111010011000000110110010111001101001100110001001111011111011110110101101111001101000100010101010 | e981b2e69989efbdade688aa |
UHC | 遲晉?截 | 11110010110000001111001011001011001111111110111110111000 | f2c0f2cb3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)