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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??翫鈑 | 001111110011111110001010111000111110011111100101 | 3f3f8ae3e7e5 |
EUC-JP | ??翫鈑 | 001111110011111110110100111001011110111011100111 | 3f3fb4e5eee7 |
UTF-8 | 뤙귈翫鈑 | 111010111010010010011001111010101011011110001000111001111011111110101011111010011000100010010001 | eba499eab788e7bfabe98891 |
UHC | 뤙귈翫鈑 | 1000111111001000101100011101000011101000110100011111011111111110 | 8fc8b1d0e8d1f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)