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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | ?抑F | 00111111100101110111110101000110 | 3f977d46 |
EUC-JP | ?抑F | 00111111110011011101111001000110 | 3fcdde46 |
UTF-8 | 쏋抑F | 11101100100011111000101111100110100010101001000101000110 | ec8f8be68a9146 |
UHC | 쏋抑F | 1001101111110001111001011110010001000110 | 9bf1e5e446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)