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 | 眩怐}眩怐{^ | 1110000110111111100111001000000101111101111000011011111110011100100000010111101101011110 | e1bf9c817de1bf9c817b5e |
EUC-JP | 眩怐}眩怐{^ | 1110001011000001110101111110000101111101111000101100000111010111111000010111101101011110 | e2c1d7e17de2c1d7e17b5e |
UTF-8 | 眩怐}眩怐{^ | 111001111001110010101001111001101000000010010000011111011110011110011100101010011110011010000000100100000111101101011110 | e79ca9e680907de79ca9e680907b5e |
UHC | 眩?}眩?{^ | 111110101101111100111111011111011111101011011111001111110111101101011110 | fadf3f7dfadf3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)