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 | ?K\}?K\{^ | 001111110100101101011100011111010011111101001011010111000111101101011110 | 3f4b5c7d3f4b5c7b5e |
SJIS-WIN | 刃K\}刃K\{^ | 1001000001101110010010110101110001111101100100000110111001001011010111000111101101011110 | 906e4b5c7d906e4b5c7b5e |
EUC-JP | 刃K\}刃K\{^ | 1011111111001111010010110101110001111101101111111100111101001011010111000111101101011110 | bfcf4b5c7dbfcf4b5c7b5e |
UTF-8 | 刃K\}刃K\{^ | 11100101100010001000001101001011010111000111110111100101100010001000001101001011010111000111101101011110 | e588834b5c7de588834b5c7b5e |
UHC | 刃K\}刃K\{^ | 1110110011010011010010110101110001111101111011001101001101001011010111000111101101011110 | ecd34b5c7decd34b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)