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 | ゚ク鉀^ | 1101111110111000111110111100010101011110 | dfb8fbc55e |
EUC-JP | ゚ク鉀^ | 1000111011011111100011101011100010001111111000111101100001011110 | 8edf8eb88fe3d85e |
UTF-8 | ゚ク鉀^ | 11101111101111101001111111101111101111011011100011101001100010011000000001011110 | efbe9fefbdb8e989805e |
UHC | ??鉀^ | 0011111100111111110010111010010101011110 | 3f3fcba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)