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 | 渦o?^ | 100010010101000110000010100011110011111101011110 | 8951828f3f5e |
EUC-JP | 渦o?^ | 101100011011001010100011111011110011111101011110 | b1b2a3ef3f5e |
UTF-8 | 渦o쉑^ | 11100110101110001010011011101111101111011000111111101100100010011001000101011110 | e6b8a6efbd8fec89915e |
UHC | 渦o쉑^ | 11101000101111101010001111101111101111011010011101011110 | e8bea3efbda75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)