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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?納咐?鈿 | 0011111110010100010110111001100111110011001111111110011111101101 | 3f945b99f33fe7ed |
EUC-JP | ?納咐?鈿 | 0011111111000111101111001101001011110101001111111110111011101111 | 3fc7bcd2f53feeef |
UTF-8 | 룶納咐룫鈿 | 111010111010001110110110111001111011010010001101111001011001001010010000111010111010001110101011111010011000100010111111 | eba3b6e7b48de59290eba3abe988bf |
UHC | 룶納咐룫鈿 | 10001111101010111101001010100001110111001111101110001111101000101110111110101111 | 8fabd2a1dcfb8fa2efaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)