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 | 擎}擎{^ | 1111100111000010111110101100110001111101111110011100001011111010110011000111101101011110 | f9c2facc7df9c2facc7b5e |
EUC-JP | ?擎}?擎{^ | 0011111110001111110000011010011001111101001111111000111111000001101001100111101101011110 | 3f8fc1a67d3f8fc1a67b5e |
UTF-8 | 擎}擎{^ | 111011101001110010011101111001101001001110001110011111011110111010011100100111011110011010010011100011100111101101011110 | ee9c9de6938e7dee9c9de6938e7b5e |
UHC | ?擎}?擎{^ | 001111111100110011010110011111010011111111001100110101100111101101011110 | 3fccd67d3fccd67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)