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 | 遽]}遽]{^ | 1110011110101111100000010110111001111101111001111010111110000001011011100111101101011110 | e7af816e7de7af816e7b5e |
EUC-JP | 遽]}遽]{^ | 1110111010110001101000011100111101111101111011101011000110100001110011110111101101011110 | eeb1a1cf7deeb1a1cf7b5e |
UTF-8 | 遽]}遽]{^ | 111010011000000110111101111011111011110010111101011111011110100110000001101111011110111110111100101111010111101101011110 | e981bdefbcbd7de981bdefbcbd7b5e |
UHC | 遽]}遽]{^ | 1100101111101000101000111101110101111101110010111110100010100011110111010111101101011110 | cbe8a3dd7dcbe8a3dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)