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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 程?\}程?\{^ | 1001001011110110001111110101110001111101100100101111011000111111010111000111101101011110 | 92f63f5c7d92f63f5c7b5e |
EUC-JP | 程?\}程?\{^ | 1100010011111000001111110101110001111101110001001111100000111111010111000111101101011110 | c4f83f5c7dc4f83f5c7b5e |
UTF-8 | 程쁩\}程쁩\{^ | 1110011110101000100010111110110010000001101010010101110001111101111001111010100010001011111011001000000110101001010111000111101101011110 | e7a88bec81a95c7de7a88bec81a95c7b5e |
UHC | 程쁩\}程쁩\{^ | 11101111111011111011101111011110010111000111110111101111111011111011101111011110010111000111101101011110 | efefbbde5c7defefbbde5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)