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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?業業^ | 001111111000101111000110100010111100011001011110 | 3f8bc68bc65e |
EUC-JP | ?業業^ | 001111111011011011001000101101101100100001011110 | 3fb6c8b6c85e |
UTF-8 | 묿業業^ | 11101011101011001011111111100110101001011010110111100110101001011010110101011110 | ebacbfe6a5ade6a5ad5e |
UHC | 묿業業^ | 10010010010011101110010111110110111001011111011001011110 | 924ee5f6e5f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)