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 | 묬v^ | 1110101110101100101011000111011001011110 | ebacac765e |
SJIS-WIN | ?¬¬v^ | 00111111100000011100101010000001110010100111011001011110 | 3f81ca81ca765e |
EUC-JP | 묬v^ | 100011111010101110110011101000101100110010100010110011000111011001011110 | 8fabb3a2cca2cc765e |
UTF-8 | 묬v^ | 1100001110101011110000101010110011000010101011000111011001011110 | c3abc2acc2ac765e |
UHC | ???v^ | 0011111100111111001111110111011001011110 | 3f3f3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)