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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?ε??ε?^ | 001111111000001111000011001111110011111110000011110000110011111101011110 | 3f83c33f3f83c33f5e |
EUC-JP | ?ε??ε?^ | 001111111010011011000101001111110011111110100110110001010011111101011110 | 3fa6c53f3fa6c53f5e |
UTF-8 | 列ε래列ε래^ | 1110111110100110100111001100111010110101111010111001111010011000111011111010011010011100110011101011010111101011100111101001100001011110 | efa69cceb5eb9e98efa69cceb5eb9e985e |
UHC | 列ε래列ε래^ | 11100110111010101010010111100101101101111010000111100110111010101010010111100101101101111010000101011110 | e6eaa5e5b7a1e6eaa5e5b7a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)