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 | 螯ー}螯ー{^ | 1110010110100110100000010101101101111101111001011010011010000001010110110111101101011110 | e5a6815b7de5a6815b7b5e |
EUC-JP | 螯ー}螯ー{^ | 1110101010101000101000011011110001111101111010101010100010100001101111000111101101011110 | eaa8a1bc7deaa8a1bc7b5e |
UTF-8 | 螯ー}螯ー{^ | 111010001001111010101111111000111000001110111100011111011110100010011110101011111110001110000011101111000111101101011110 | e89eafe383bc7de89eafe383bc7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)