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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?舌^ | 00111111100100001110001101011110 | 3f90e35e |
EUC-JP | ?舌^ | 00111111110000001110010101011110 | 3fc0e55e |
UTF-8 | 뾑舌^ | 11101011101111101001000111101000100010001000110001011110 | ebbe91e8888c5e |
UHC | 뾑舌^ | 1001011101001111111000001101111101011110 | 974fe0df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)