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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?加}?加{^ | 001111111000100111000001011111010011111110001001110000010111101101011110 | 3f89c17d3f89c17b5e |
EUC-JP | ?加}?加{^ | 001111111011001011000011011111010011111110110010110000110111101101011110 | 3fb2c37d3fb2c37b5e |
UTF-8 | 닯加}닯加{^ | 111010111000101110101111111001011000101010100000011111011110101110001011101011111110010110001010101000000111101101011110 | eb8bafe58aa07deb8bafe58aa07b5e |
UHC | 닯加}닯加{^ | 1011010011100001110010101010010101111101101101001110000111001010101001010111101101011110 | b4e1caa57db4e1caa57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)