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 | ?????Q~ | 00111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f517e |
SJIS-WIN | 迢ク螻樊搗Q~ | 1110011110001011101110001110010110110001100111101110011010011101100100010101000101111110 | e78bb8e5b19ee69d91517e |
EUC-JP | 迢ク螻樊搗Q~ | 111011011110101110001110101110001110101010110011110111001110100011011001111100010101000101111110 | edeb8eb8eab3dce8d9f1517e |
UTF-8 | 迢ク螻樊搗Q~ | 1110100010111111101000101110111110111101101110001110100010011110101110111110011010101000100010101110011010010000100101110101000101111110 | e8bfa2efbdb8e89ebbe6a88ae69097517e |
UHC | ???樊搗Q~ | 001111110011111100111111110110111110000011010011111111010101000101111110 | 3f3f3fdbe0d3fd517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)