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 | ?世語^ | 001111111001000010100010100011001110101001011110 | 3f90a28cea5e |
EUC-JP | ?世語^ | 001111111100000010100100101110001110110001011110 | 3fc0a4b8ec5e |
UTF-8 | 뾍世語^ | 11101011101111101000110111100100101110001001011011101000101010101001111001011110 | ebbe8de4b896e8aa9e5e |
UHC | 뾍世語^ | 10010111010010111110000110100110111001011101111001011110 | 974be1a6e5de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)