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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎???燼 | 10010010111101010011111100111111001111111110000010011110 | 92f53f3f3fe09e |
EUC-JP | 禎?醬?燼 | 110001001111011100111111100011111110001011110011001111111101111111111110 | c4f73f8fe2f33fdffe |
UTF-8 | 禎렕醬렊燼 | 111001111010011010001110111010111010000010010101111010011000011010101100111010111010000010001010111001111000011110111100 | e7a68eeba095e986aceba08ae787bc |
UHC | 禎렕醬렊燼 | 11101111111011101000111010101010111011011111110110001110101000011110001111101000 | efee8eaaedfd8ea1e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)