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 | ??脅^ | 0011111100111111100010111011101001011110 | 3f3f8bba5e |
EUC-JP | ??脅^ | 0011111100111111101101101011110001011110 | 3f3fb6bc5e |
UTF-8 | 빛슳脅^ | 11101011101110011001101111101100100010101011001111101000100001001000010101011110 | ebb99bec8ab3e884855e |
UHC | 빛슳脅^ | 10111010111110111001101010111010111110101111011001011110 | bafb9abafaf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)