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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???抱^ | 001111110011111100111111100101011111100001011110 | 3f3f3f95f85e |
EUC-JP | ???抱^ | 001111110011111100111111110010101111101001011110 | 3f3f3fcafa5e |
UTF-8 | 뤋暴뤋抱^ | 11101011101001001000101111101111101010001000011011101011101001001000101111100110100010101011000101011110 | eba48befa886eba48be68ab15e |
UHC | 뤋暴뤋抱^ | 100011111011101111111000110110111000111110111011111110001101100101011110 | 8fbbf8db8fbbf8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)