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 | 迢ク螻樔サ坊^ | 1110011110001011101110001110010110110001100111101110010010111011100101100101011001011110 | e78bb8e5b19ee4bb96565e |
EUC-JP | 迢ク螻樔サ坊^ | 11101101111010111000111010111000111010101011001111011100111001101000111010111011110010111011011101011110 | edeb8eb8eab3dce68ebbcbb75e |
UTF-8 | 迢ク螻樔サ坊^ | 11101000101111111010001011101111101111011011100011101000100111101011101111100110101010001001010011101111101111011011101111100101100111011000101001011110 | e8bfa2efbdb8e89ebbe6a894efbdbbe59d8a5e |
UHC | ?????坊^ | 0011111100111111001111110011111100111111110110111010100101011110 | 3f3f3f3f3fdba95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)