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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?世語F | 001111111001000010100010100011001110101001000110 | 3f90a28cea46 |
EUC-JP | ?世語F | 001111111100000010100100101110001110110001000110 | 3fc0a4b8ec46 |
UTF-8 | 뾍世語F | 11101011101111101000110111100100101110001001011011101000101010101001111001000110 | ebbe8de4b896e8aa9e46 |
UHC | 뾍世語F | 10010111010010111110000110100110111001011101111001000110 | 974be1a6e5de46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)