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 | 盞皸}盞皸{^ | 1110000110110101111000011010111001111101111000011011010111100001101011100111101101011110 | e1b5e1ae7de1b5e1ae7b5e |
EUC-JP | 盞皸}盞皸{^ | 1110001010110111111000101011000001111101111000101011011111100010101100000111101101011110 | e2b7e2b07de2b7e2b07b5e |
UTF-8 | 盞皸}盞皸{^ | 111001111001101110011110111001111001101010111000011111011110011110011011100111101110011110011010101110000111101101011110 | e79b9ee79ab87de79b9ee79ab87b5e |
UHC | 盞?}盞?{^ | 111011011101001100111111011111011110110111010011001111110111101101011110 | edd33f7dedd33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)