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 | ?翁^ | 00111111100010011010010101011110 | 3f89a55e |
EUC-JP | ?翁^ | 00111111101100101010011101011110 | 3fb2a75e |
UTF-8 | 똑翁^ | 11101011100110001001000111100111101111111000000101011110 | eb9891e7bf815e |
UHC | 똑翁^ | 1011011011001000111010001011101001011110 | b6c8e8ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)