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 | 迹ー}迹ー{^ | 1110011110010001100000010101101101111101111001111001000110000001010110110111101101011110 | e791815b7de791815b7b5e |
EUC-JP | 迹ー}迹ー{^ | 1110110111110001101000011011110001111101111011011111000110100001101111000111101101011110 | edf1a1bc7dedf1a1bc7b5e |
UTF-8 | 迹ー}迹ー{^ | 111010001011111110111001111000111000001110111100011111011110100010111111101110011110001110000011101111000111101101011110 | e8bfb9e383bc7de8bfb9e383bc7b5e |
UHC | 迹?}迹?{^ | 111011101110100100111111011111011110111011101001001111110111101101011110 | eee93f7deee93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)