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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 鞦軸鈐室x | 111010001110000110001110101100101111101111000010100011101011101001111000 | e8e18eb2fbc28eba78 |
EUC-JP | 鞦軸鈐室x | 11110000111000111011110010110100100011111110001111000001101111001011110001111000 | f0e3bcb48fe3c1bcbc78 |
UTF-8 | 鞦軸鈐室x | 11101001100111101010011011101000101110111011100011101001100010001001000011100101101011101010010001111000 | e99ea6e8bbb8e98890e5aea478 |
UHC | ?軸鈐室x | 0011111111110101111011101100110010100010111000111111100001111000 | 3ff5eecca2e3f878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)