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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??類??^ | 00111111001111111001011111011110001111110011111101011110 | 3f3f97de3f3f5e |
EUC-JP | ??類??^ | 00111111001111111100111011100000001111110011111101011110 | 3f3fcee03f3f5e |
UTF-8 | 쑬뤒類쮲쩡^ | 11101100100100011010110011101011101001001001001011101001101000011001111011101100101011101011001011101100101010011010000101011110 | ec91aceba492e9a19eecaeb2eca9a15e |
UHC | 쑬뤒類쮲쩡^ | 1011111010101000100011111100001011010111101111101010100010001111110000101100010001011110 | bea88fc2d7bea88fc2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)