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 | ?????i\ | 00111111001111110011111100111111001111110110100101011100 | 3f3f3f3f3f695c |
SJIS-WIN | 迢ク螻樊搗i\ | 1110011110001011101110001110010110110001100111101110011010011101100100010110100101011100 | e78bb8e5b19ee69d91695c |
EUC-JP | 迢ク螻樊搗i\ | 111011011110101110001110101110001110101010110011110111001110100011011001111100010110100101011100 | edeb8eb8eab3dce8d9f1695c |
UTF-8 | 迢ク螻樊搗i\ | 1110100010111111101000101110111110111101101110001110100010011110101110111110011010101000100010101110011010010000100101110110100101011100 | e8bfa2efbdb8e89ebbe6a88ae69097695c |
UHC | ???樊搗i\ | 001111110011111100111111110110111110000011010011111111010110100101011100 | 3f3f3fdbe0d3fd695c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)