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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ゚ク鉀゚ク鉀^ | 110111111011100011111011110001011101111110111000111110111100010101011110 | dfb8fbc5dfb8fbc55e |
EUC-JP | ゚ク鉀゚ク鉀^ | 100011101101111110001110101110001000111111100011110110001000111011011111100011101011100010001111111000111101100001011110 | 8edf8eb88fe3d88edf8eb88fe3d85e |
UTF-8 | ゚ク鉀゚ク鉀^ | 11101111101111101001111111101111101111011011100011101001100010011000000011101111101111101001111111101111101111011011100011101001100010011000000001011110 | efbe9fefbdb8e98980efbe9fefbdb8e989805e |
UHC | ??鉀??鉀^ | 001111110011111111001011101001010011111100111111110010111010010101011110 | 3f3fcba53f3fcba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)