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 | 皙犂}皙犂{^ | 1110000110101010111000001011001001111101111000011010101011100000101100100111101101011110 | e1aae0b27de1aae0b27b5e |
EUC-JP | 皙犂}皙犂{^ | 1110001010101100111000001011010001111101111000101010110011100000101101000111101101011110 | e2ace0b47de2ace0b47b5e |
UTF-8 | 皙犂}皙犂{^ | 111001111001101010011001111001111000101010000010011111011110011110011010100110011110011110001010100000100111101101011110 | e79a99e78a827de79a99e78a827b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)